chore: Release

This commit is contained in:
microproofs
2025-01-21 23:48:15 +07:00
parent 07b0d807df
commit b25afa2d0d
6 changed files with 19 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "aiken-lang"
description = "The Aiken compiler"
version = "1.1.9"
version = "1.1.10"
edition = "2021"
repository = "https://github.com/aiken-lang/aiken"
homepage = "https://github.com/aiken-lang/aiken"
@@ -32,7 +32,7 @@ pretty = "0.12.3"
serde = { version = "1.0.197", features = ["derive", "rc"] }
strum = "0.24.1"
thiserror = "1.0.39"
uplc = { path = '../uplc', version = "1.1.9" }
uplc = { path = '../uplc', version = "1.1.10" }
vec1 = "1.10.1"
[target.'cfg(not(target_family="wasm"))'.dependencies]