chore: Release
This commit is contained in:
parent
732147b36a
commit
4645fd3e28
|
@ -51,7 +51,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "aiken"
|
||||
version = "1.0.30-alpha"
|
||||
version = "1.0.31-alpha"
|
||||
dependencies = [
|
||||
"aiken-lang",
|
||||
"aiken-lsp",
|
||||
|
@ -77,7 +77,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "aiken-lang"
|
||||
version = "1.0.30-alpha"
|
||||
version = "1.0.31-alpha"
|
||||
dependencies = [
|
||||
"blst",
|
||||
"chumsky",
|
||||
|
@ -102,7 +102,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "aiken-lsp"
|
||||
version = "1.0.30-alpha"
|
||||
version = "1.0.31-alpha"
|
||||
dependencies = [
|
||||
"aiken-lang",
|
||||
"aiken-project",
|
||||
|
@ -123,7 +123,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "aiken-project"
|
||||
version = "1.0.30-alpha"
|
||||
version = "1.0.31-alpha"
|
||||
dependencies = [
|
||||
"aiken-lang",
|
||||
"askama",
|
||||
|
@ -3521,7 +3521,7 @@ checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6"
|
|||
|
||||
[[package]]
|
||||
name = "uplc"
|
||||
version = "1.0.30-alpha"
|
||||
version = "1.0.31-alpha"
|
||||
dependencies = [
|
||||
"blst",
|
||||
"cryptoxide",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "aiken-lang"
|
||||
description = "The Aiken compiler"
|
||||
version = "1.0.30-alpha"
|
||||
version = "1.0.31-alpha"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/aiken-lang/aiken"
|
||||
homepage = "https://github.com/aiken-lang/aiken"
|
||||
|
@ -25,7 +25,7 @@ pallas.workspace = true
|
|||
strum = "0.24.1"
|
||||
thiserror = "1.0.39"
|
||||
vec1 = "1.10.1"
|
||||
uplc = { path = '../uplc', version = "1.0.30-alpha" }
|
||||
uplc = { path = '../uplc', version = "1.0.31-alpha" }
|
||||
num-bigint = "0.4.3"
|
||||
petgraph = "0.6.3"
|
||||
blst = "0.3.11"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "aiken-lsp"
|
||||
version = "1.0.30-alpha"
|
||||
version = "1.0.31-alpha"
|
||||
edition = "2021"
|
||||
description = "Cardano smart contract language and toolchain"
|
||||
repository = "https://github.com/aiken-lang/aiken"
|
||||
|
@ -24,5 +24,5 @@ tracing = "0.1.37"
|
|||
url = "2.3.1"
|
||||
urlencoding = "2.1.2"
|
||||
|
||||
aiken-lang = { path = '../aiken-lang', version = "1.0.30-alpha" }
|
||||
aiken-project = { path = '../aiken-project', version = "1.0.30-alpha" }
|
||||
aiken-lang = { path = '../aiken-lang', version = "1.0.31-alpha" }
|
||||
aiken-project = { path = '../aiken-project', version = "1.0.31-alpha" }
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "aiken-project"
|
||||
description = "Aiken project utilities"
|
||||
version = "1.0.30-alpha"
|
||||
version = "1.0.31-alpha"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/aiken-lang/aiken"
|
||||
homepage = "https://github.com/aiken-lang/aiken"
|
||||
|
@ -41,8 +41,8 @@ toml = "0.7.2"
|
|||
walkdir.workspace = true
|
||||
zip = "0.6.4"
|
||||
|
||||
aiken-lang = { path = "../aiken-lang", version = "1.0.30-alpha" }
|
||||
uplc = { path = '../uplc', version = "1.0.30-alpha" }
|
||||
aiken-lang = { path = "../aiken-lang", version = "1.0.31-alpha" }
|
||||
uplc = { path = '../uplc', version = "1.0.31-alpha" }
|
||||
num-bigint = "0.4.4"
|
||||
cryptoxide = "0.4.4"
|
||||
vec1 = "1.10.1"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "aiken"
|
||||
description = "Cardano smart contract language and toolchain"
|
||||
version = "1.0.30-alpha"
|
||||
version = "1.0.31-alpha"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/aiken-lang/aiken"
|
||||
homepage = "https://github.com/aiken-lang/aiken"
|
||||
|
@ -36,10 +36,10 @@ regex = "1.7.1"
|
|||
serde_json = "1.0.94"
|
||||
thiserror = "1.0.39"
|
||||
|
||||
aiken-lang = { path = "../aiken-lang", version = "1.0.30-alpha" }
|
||||
aiken-lsp = { path = "../aiken-lsp", version = "1.0.30-alpha" }
|
||||
aiken-project = { path = '../aiken-project', version = "1.0.30-alpha" }
|
||||
uplc = { path = '../uplc', version = "1.0.30-alpha" }
|
||||
aiken-lang = { path = "../aiken-lang", version = "1.0.31-alpha" }
|
||||
aiken-lsp = { path = "../aiken-lsp", version = "1.0.31-alpha" }
|
||||
aiken-project = { path = '../aiken-project', version = "1.0.31-alpha" }
|
||||
uplc = { path = '../uplc', version = "1.0.31-alpha" }
|
||||
clap_complete = "4.3.2"
|
||||
inquire = "0.6.2"
|
||||
num-bigint = "0.4.3"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "uplc"
|
||||
description = "Utilities for working with Untyped Plutus Core"
|
||||
version = "1.0.30-alpha"
|
||||
version = "1.0.31-alpha"
|
||||
edition = "2021"
|
||||
repository = "https://github.com/aiken-lang/aiken"
|
||||
homepage = "https://github.com/aiken-lang/aiken"
|
||||
|
|
Loading…
Reference in New Issue