Skip to content

Commit b9e6661

Browse files
authored
🔖 Bump version to v0.13.0-rc.4 (#1016)
1 parent 67f67a4 commit b9e6661

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,29 +28,29 @@ default-members = [
2828
resolver = "2"
2929

3030
[workspace.package]
31-
version = "0.13.0-rc.3"
31+
version = "0.13.0-rc.4"
3232
edition = "2021"
3333
homepage = "https://hyle.eu/"
3434
repository = "https://github.com/Hyle-org/hyle/"
3535
rust-version = "1.84"
3636
license-file = "LICENSE"
3737

3838
[workspace.dependencies]
39-
bonsai-runner = { version = "0.13.0-rc.3", default-features = false, path = "crates/bonsai-runner", package = "hyle-bonsai-runner" }
40-
sdk = { version = "0.13.0-rc.3", default-features = false, path = "crates/contract-sdk", package = "hyle-contract-sdk" }
41-
hyle-contract-sdk = { version = "0.13.0-rc.3", default-features = false, path = "crates/contract-sdk", package = "hyle-contract-sdk" }
42-
client-sdk = { version = "0.13.0-rc.3", default-features = false, path = "crates/client-sdk", package = "hyle-client-sdk" }
43-
hyle-net = { version = "0.13.0-rc.3", default-features = false, path = "crates/hyle-net", package = "hyle-net" }
44-
hyle-model = { version = "0.13.0-rc.3", default-features = false, path = "crates/hyle-model", package = "hyle-model" }
45-
hyle-verifiers = { version = "0.13.0-rc.3", default-features = false, path = "crates/hyle-verifiers", package = "hyle-verifiers" }
46-
risc0-recursion = { version = "0.13.0-rc.3", default-features = false, path = "crates/contracts/risc0-recursion", package = "hyle-risc0-recursion" }
47-
hydentity = { version = "0.13.0-rc.3", default-features = false, path = "crates/contracts/hydentity", package = "hyle-hydentity" }
48-
hyllar = { version = "0.13.0-rc.3", default-features = false, path = "crates/contracts/hyllar", package = "hyle-hyllar" }
49-
smt-token = { version = "0.13.0-rc.3", default-features = false, path = "crates/contracts/smt-token", package = "hyle-smt-token" }
50-
staking = { version = "0.13.0-rc.3", default-features = false, path = "crates/contracts/staking", package = "hyle-staking" }
51-
amm = { version = "0.13.0-rc.3", default-features = false, path = "crates/contracts/amm", package = "hyle-amm" }
52-
uuid-tld = { version = "0.13.0-rc.3", default-features = false, path = "crates/contracts/uuid-tld", package = "hyle-uuid-tld" }
53-
hyle-contracts = { version = "0.13.0-rc.3", default-features = false, path = "crates/contracts", package = "hyle-contracts" }
39+
bonsai-runner = { version = "0.13.0-rc.4", default-features = false, path = "crates/bonsai-runner", package = "hyle-bonsai-runner" }
40+
sdk = { version = "0.13.0-rc.4", default-features = false, path = "crates/contract-sdk", package = "hyle-contract-sdk" }
41+
hyle-contract-sdk = { version = "0.13.0-rc.4", default-features = false, path = "crates/contract-sdk", package = "hyle-contract-sdk" }
42+
client-sdk = { version = "0.13.0-rc.4", default-features = false, path = "crates/client-sdk", package = "hyle-client-sdk" }
43+
hyle-net = { version = "0.13.0-rc.4", default-features = false, path = "crates/hyle-net", package = "hyle-net" }
44+
hyle-model = { version = "0.13.0-rc.4", default-features = false, path = "crates/hyle-model", package = "hyle-model" }
45+
hyle-verifiers = { version = "0.13.0-rc.4", default-features = false, path = "crates/hyle-verifiers", package = "hyle-verifiers" }
46+
risc0-recursion = { version = "0.13.0-rc.4", default-features = false, path = "crates/contracts/risc0-recursion", package = "hyle-risc0-recursion" }
47+
hydentity = { version = "0.13.0-rc.4", default-features = false, path = "crates/contracts/hydentity", package = "hyle-hydentity" }
48+
hyllar = { version = "0.13.0-rc.4", default-features = false, path = "crates/contracts/hyllar", package = "hyle-hyllar" }
49+
smt-token = { version = "0.13.0-rc.4", default-features = false, path = "crates/contracts/smt-token", package = "hyle-smt-token" }
50+
staking = { version = "0.13.0-rc.4", default-features = false, path = "crates/contracts/staking", package = "hyle-staking" }
51+
amm = { version = "0.13.0-rc.4", default-features = false, path = "crates/contracts/amm", package = "hyle-amm" }
52+
uuid-tld = { version = "0.13.0-rc.4", default-features = false, path = "crates/contracts/uuid-tld", package = "hyle-uuid-tld" }
53+
hyle-contracts = { version = "0.13.0-rc.4", default-features = false, path = "crates/contracts", package = "hyle-contracts" }
5454

5555
[package]
5656
name = "hyle"

0 commit comments

Comments
 (0)