Skip to content

Commit 1d2e7eb

Browse files
authored
🔖 Bump to v0.14.0-rc2 (#1581)
1 parent ec9809f commit 1d2e7eb

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
lines changed

Cargo.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -34,31 +34,31 @@ default-members = [
3434
resolver = "2"
3535

3636
[workspace.package]
37-
version = "0.13.0-rc.4"
37+
version = "0.14.0-rc2"
3838
edition = "2021"
3939
homepage = "https://hyli.org/"
4040
repository = "https://github.com/hyli-org/hyli/"
4141
rust-version = "1.88"
4242
license-file = "LICENSE"
4343

4444
[workspace.dependencies]
45-
bonsai-runner = { version = "0.13.0-rc.4", default-features = false, path = "crates/bonsai-runner", package = "hyli-bonsai-runner" }
46-
sdk = { version = "0.13.0-rc.4", default-features = false, path = "crates/contract-sdk", package = "hyli-contract-sdk" }
47-
hyli-contract-sdk = { version = "0.13.0-rc.4", default-features = false, path = "crates/contract-sdk", package = "hyli-contract-sdk" }
48-
client-sdk = { version = "0.13.0-rc.4", default-features = false, path = "crates/client-sdk", package = "hyli-client-sdk" }
49-
hyli-net = { version = "0.13.0-rc.4", default-features = false, path = "crates/hyli-net", package = "hyli-net" }
50-
hyli-model = { version = "0.13.0-rc.4", default-features = false, path = "crates/hyli-model", package = "hyli-model" }
51-
hyli-crypto = { version = "0.13.0-rc.4", default-features = false, path = "crates/hyli-crypto", package = "hyli-crypto" }
52-
hyli-verifiers = { version = "0.13.0-rc.4", default-features = false, path = "crates/hyli-verifiers", package = "hyli-verifiers" }
53-
risc0-recursion = { version = "0.13.0-rc.4", default-features = false, path = "crates/contracts/risc0-recursion", package = "hyli-risc0-recursion" }
54-
hydentity = { version = "0.13.0-rc.4", default-features = false, path = "crates/contracts/hydentity", package = "hyli-hydentity" }
55-
hyllar = { version = "0.13.0-rc.4", default-features = false, path = "crates/contracts/hyllar", package = "hyli-hyllar" }
56-
smt-token = { version = "0.13.0-rc.4", default-features = false, path = "crates/contracts/smt-token", package = "hyli-smt-token" }
57-
staking = { version = "0.13.0-rc.4", default-features = false, path = "crates/contracts/staking", package = "hyli-staking" }
58-
amm = { version = "0.13.0-rc.4", default-features = false, path = "crates/contracts/amm", package = "hyli-amm" }
59-
uuid-tld = { version = "0.13.0-rc.4", default-features = false, path = "crates/contracts/uuid-tld", package = "hyli-uuid-tld" }
60-
hyli-contracts = { version = "0.13.0-rc.4", default-features = false, path = "crates/contracts", package = "hyli-contracts" }
61-
hyli-modules = { version = "0.13.0-rc.4", default-features = false, path = "crates/hyli-modules", package = "hyli-modules" }
45+
bonsai-runner = { version = "0.14.0-rc2", default-features = false, path = "crates/bonsai-runner", package = "hyli-bonsai-runner" }
46+
sdk = { version = "0.14.0-rc2", default-features = false, path = "crates/contract-sdk", package = "hyli-contract-sdk" }
47+
hyli-contract-sdk = { version = "0.14.0-rc2", default-features = false, path = "crates/contract-sdk", package = "hyli-contract-sdk" }
48+
client-sdk = { version = "0.14.0-rc2", default-features = false, path = "crates/client-sdk", package = "hyli-client-sdk" }
49+
hyli-net = { version = "0.14.0-rc2", default-features = false, path = "crates/hyli-net", package = "hyli-net" }
50+
hyli-model = { version = "0.14.0-rc2", default-features = false, path = "crates/hyli-model", package = "hyli-model" }
51+
hyli-crypto = { version = "0.14.0-rc2", default-features = false, path = "crates/hyli-crypto", package = "hyli-crypto" }
52+
hyli-verifiers = { version = "0.14.0-rc2", default-features = false, path = "crates/hyli-verifiers", package = "hyli-verifiers" }
53+
risc0-recursion = { version = "0.14.0-rc2", default-features = false, path = "crates/contracts/risc0-recursion", package = "hyli-risc0-recursion" }
54+
hydentity = { version = "0.14.0-rc2", default-features = false, path = "crates/contracts/hydentity", package = "hyli-hydentity" }
55+
hyllar = { version = "0.14.0-rc2", default-features = false, path = "crates/contracts/hyllar", package = "hyli-hyllar" }
56+
smt-token = { version = "0.14.0-rc2", default-features = false, path = "crates/contracts/smt-token", package = "hyli-smt-token" }
57+
staking = { version = "0.14.0-rc2", default-features = false, path = "crates/contracts/staking", package = "hyli-staking" }
58+
amm = { version = "0.14.0-rc2", default-features = false, path = "crates/contracts/amm", package = "hyli-amm" }
59+
uuid-tld = { version = "0.14.0-rc2", default-features = false, path = "crates/contracts/uuid-tld", package = "hyli-uuid-tld" }
60+
hyli-contracts = { version = "0.14.0-rc2", default-features = false, path = "crates/contracts", package = "hyli-contracts" }
61+
hyli-modules = { version = "0.14.0-rc2", default-features = false, path = "crates/hyli-modules", package = "hyli-modules" }
6262

6363
# Common external dependencies
6464
alloc-metrics = { version = "0.1.1" }

0 commit comments

Comments
 (0)