chore: fix versions
This commit is contained in:
parent
747e057d05
commit
a7062ccb88
|
@ -24,7 +24,7 @@ owo-colors = { version = "3.5.0", features = ["supports-colors"] }
|
||||||
strum = "0.24.1"
|
strum = "0.24.1"
|
||||||
thiserror = "1.0.39"
|
thiserror = "1.0.39"
|
||||||
vec1 = "1.10.1"
|
vec1 = "1.10.1"
|
||||||
uplc = { path = '../uplc', version = "1.0.16-alpha" }
|
uplc = { path = '../uplc', version = "1.0.15-alpha" }
|
||||||
num-bigint = "0.4.3"
|
num-bigint = "0.4.3"
|
||||||
|
|
||||||
[target.'cfg(not(target_family="wasm"))'.dependencies]
|
[target.'cfg(not(target_family="wasm"))'.dependencies]
|
||||||
|
|
|
@ -24,5 +24,5 @@ tracing = "0.1.37"
|
||||||
url = "2.3.1"
|
url = "2.3.1"
|
||||||
urlencoding = "2.1.2"
|
urlencoding = "2.1.2"
|
||||||
|
|
||||||
aiken-lang = { path = '../aiken-lang', version = "1.0.16-alpha" }
|
aiken-lang = { path = '../aiken-lang', version = "1.0.15-alpha" }
|
||||||
aiken-project = { path = '../aiken-project', version = "1.0.16-alpha" }
|
aiken-project = { path = '../aiken-project', version = "1.0.15-alpha" }
|
||||||
|
|
|
@ -42,8 +42,8 @@ toml = "0.7.2"
|
||||||
walkdir = "2.3.2"
|
walkdir = "2.3.2"
|
||||||
zip = "0.6.4"
|
zip = "0.6.4"
|
||||||
|
|
||||||
aiken-lang = { path = "../aiken-lang", version = "1.0.16-alpha" }
|
aiken-lang = { path = "../aiken-lang", version = "1.0.15-alpha" }
|
||||||
uplc = { path = '../uplc', version = "1.0.16-alpha" }
|
uplc = { path = '../uplc', version = "1.0.15-alpha" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
proptest = "1.1.0"
|
proptest = "1.1.0"
|
||||||
|
|
|
@ -36,10 +36,10 @@ regex = "1.7.1"
|
||||||
serde_json = "1.0.94"
|
serde_json = "1.0.94"
|
||||||
thiserror = "1.0.39"
|
thiserror = "1.0.39"
|
||||||
|
|
||||||
aiken-lang = { path = "../aiken-lang", version = "1.0.16-alpha" }
|
aiken-lang = { path = "../aiken-lang", version = "1.0.15-alpha" }
|
||||||
aiken-lsp = { path = "../aiken-lsp", version = "1.0.16-alpha" }
|
aiken-lsp = { path = "../aiken-lsp", version = "1.0.15-alpha" }
|
||||||
aiken-project = { path = '../aiken-project', version = "1.0.16-alpha" }
|
aiken-project = { path = '../aiken-project', version = "1.0.15-alpha" }
|
||||||
uplc = { path = '../uplc', version = "1.0.16-alpha" }
|
uplc = { path = '../uplc', version = "1.0.15-alpha" }
|
||||||
clap_complete = "4.3.2"
|
clap_complete = "4.3.2"
|
||||||
inquire = "0.6.2"
|
inquire = "0.6.2"
|
||||||
num-bigint = "0.4.3"
|
num-bigint = "0.4.3"
|
||||||
|
|
|
@ -33,7 +33,7 @@ serde_json = "1.0.94"
|
||||||
strum = "0.24.1"
|
strum = "0.24.1"
|
||||||
strum_macros = "0.24.3"
|
strum_macros = "0.24.3"
|
||||||
thiserror = "1.0.39"
|
thiserror = "1.0.39"
|
||||||
flat-rs = { path = "../flat-rs", version = "1.0.16-alpha" }
|
flat-rs = { path = "../flat-rs", version = "1.0.15-alpha" }
|
||||||
|
|
||||||
[target.'cfg(not(target_family="wasm"))'.dependencies]
|
[target.'cfg(not(target_family="wasm"))'.dependencies]
|
||||||
secp256k1 = { version = "0.26.0" }
|
secp256k1 = { version = "0.26.0" }
|
||||||
|
|
Loading…
Reference in New Issue