Bump versions to 1.1.0, in anticipation.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "aiken-lang"
|
||||
description = "The Aiken compiler"
|
||||
version = "1.0.31-alpha"
|
||||
version = "1.1.0"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/aiken-lang/aiken"
|
||||
homepage = "https://github.com/aiken-lang/aiken"
|
||||
@@ -30,7 +30,7 @@ petgraph = "0.6.3"
|
||||
serde = { version = "1.0.197", features = ["derive", "rc"] }
|
||||
strum = "0.24.1"
|
||||
thiserror = "1.0.39"
|
||||
uplc = { path = '../uplc', version = "1.0.31-alpha" }
|
||||
uplc = { path = '../uplc', version = "1.1.0" }
|
||||
vec1 = "1.10.1"
|
||||
|
||||
[target.'cfg(not(target_family="wasm"))'.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user