chore: Release

This commit is contained in:
KtorZ
2024-11-19 15:55:23 +01:00
parent 66e39898a1
commit e2fb28b4ce
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.6"
version = "1.1.7"
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.6" }
uplc = { path = '../uplc', version = "1.1.7" }
vec1 = "1.10.1"
[target.'cfg(not(target_family="wasm"))'.dependencies]