Skip to content

Commit 1c8e8cc

Browse files
committed
chore: Release
1 parent 3d3bb0f commit 1c8e8cc

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolver = "2"
55
[workspace.package]
66
description = "Cardano smart contract language and toolchain"
77
documentation = "https://aiken-lang.org"
8-
version = "1.1.19"
8+
version = "1.1.20"
99
edition = "2024"
1010
repository = "https://github.com/aiken-lang/aiken"
1111
homepage = "https://github.com/aiken-lang/aiken"

crates/aiken-lang/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pretty = "0.12.3"
3030
serde = { version = "1.0.197", features = ["derive", "rc"] }
3131
strum = { version = "0.26.3", features = ["derive"] }
3232
thiserror = "1.0.39"
33-
uplc = { path = '../uplc', version = "1.1.19" }
33+
uplc = { path = '../uplc', version = "1.1.20" }
3434
vec1 = "1.10.1"
3535

3636
[target.'cfg(not(target_family="wasm"))'.dependencies]

crates/aiken-lsp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ tracing = "0.1.43"
2525
url = "2.5.7"
2626
urlencoding = "2.1.2"
2727

28-
aiken-lang = { path = '../aiken-lang', version = "1.1.19" }
29-
aiken-project = { path = '../aiken-project', version = "1.1.19" }
28+
aiken-lang = { path = '../aiken-lang', version = "1.1.20" }
29+
aiken-project = { path = '../aiken-project', version = "1.1.20" }

crates/aiken-project/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rust-version.workspace = true
1313
build = "build.rs"
1414

1515
[dependencies]
16-
aiken-lang = { path = "../aiken-lang", version = "1.1.19" }
16+
aiken-lang = { path = "../aiken-lang", version = "1.1.20" }
1717
askama = { version = "0.12.0", features = ["urlencode"] }
1818
camino = "1.1.9"
1919
ciborium = "0.2.2"
@@ -52,7 +52,7 @@ textplots = "0.8.7"
5252
thiserror = "1.0.39"
5353
tokio = { version = "1.43.1", features = ["full"] }
5454
toml = "0.7.2"
55-
uplc = { path = '../uplc', version = "1.1.19" }
55+
uplc = { path = '../uplc', version = "1.1.20" }
5656
vec1 = "1.10.1"
5757
walkdir.workspace = true
5858
zip = "0.6.4"

crates/aiken/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ license = false
1717
eula = false
1818

1919
[dependencies]
20-
aiken-lang = { path = "../aiken-lang", version = "1.1.19" }
21-
aiken-lsp = { path = "../aiken-lsp", version = "1.1.19" }
22-
aiken-project = { path = '../aiken-project', version = "1.1.19" }
20+
aiken-lang = { path = "../aiken-lang", version = "1.1.20" }
21+
aiken-lsp = { path = "../aiken-lsp", version = "1.1.20" }
22+
aiken-project = { path = '../aiken-project', version = "1.1.20" }
2323
clap = { version = "4.5.53", features = [
2424
"derive",
2525
"wrap_help",
@@ -45,7 +45,7 @@ regex = "1.7.1"
4545
serde_json = "1.0.94"
4646
strum = { version = "0.26.3", features = ["derive"] }
4747
thiserror = "1.0.39"
48-
uplc = { path = '../uplc', version = "1.1.19" }
48+
uplc = { path = '../uplc', version = "1.1.20" }
4949

5050
[target.'cfg(not(windows))'.dependencies]
5151
xdg = "2.5.2"

0 commit comments

Comments
 (0)