chore: Release

This commit is contained in:
KtorZ
2024-12-13 15:22:10 +01:00
parent 67bf64967b
commit da1c478b2f
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.7"
version = "1.1.8"
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.7" }
uplc = { path = '../uplc', version = "1.1.8" }
vec1 = "1.10.1"
[target.'cfg(not(target_family="wasm"))'.dependencies]