Skip to content

Commit 38fca1b

Browse files
author
logicalmechanism
committed
Chore: bump aiken and stdlib versions
1 parent 3ee4801 commit 38fca1b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: aiken-lang/setup-aiken@v1
1414
with:
15-
version: v1.1.5
15+
version: v1.1.10
1616
- run: aiken fmt --check
1717
- run: aiken check -D
1818
- run: aiken build

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- Cleaning up registry documentation
44
- Fiat Shamir transform is now public
55
- The blake2b_224 hash is now used for the fiat shamir transform
6+
- Bump to 1.1.10 and 2.2.0
67

78
# v0.5.1
89

aiken.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "logical-mechanism/Assist"
22
version = "v0.5.1"
3-
compiler = "v1.1.5"
3+
compiler = "v1.1.10"
44
plutus = "v3"
55
license = "Apache-2.0"
66
description = "Aiken Assist Library"
@@ -12,7 +12,7 @@ platform = "github"
1212

1313
[[dependencies]]
1414
name = "aiken-lang/stdlib"
15-
version = "v2.1.0"
15+
version = "v2.2.0"
1616
source = "github"
1717

1818
[config]

0 commit comments

Comments
 (0)