chore: Release

This commit is contained in:
KtorZ
2024-12-13 16:44:12 +01:00
parent b1977214ca
commit 22172069f8
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.8"
version = "1.1.9"
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.8" }
uplc = { path = '../uplc', version = "1.1.9" }
vec1 = "1.10.1"
[target.'cfg(not(target_family="wasm"))'.dependencies]