Skip to content

Commit

Permalink
chore: release v0.12.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Nov 15, 2024
1 parent 5332cfc commit e21330b
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 32 deletions.
49 changes: 31 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 3 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ baid64 = "~0.3.0"
strict_encoding = "~2.8.0"
strict_types = "~2.8.0" # TODO: Make strict types optional, used only in STL
ultrasonic = "0.12.0-beta.1"
commit_verify = { version = "~0.12.0-alpha.2", features = ["derive"] }
single_use_seals = "~0.12.0-alpha.2"
bp-core = "~0.12.0-alpha.1"
commit_verify = { version = "~0.12.0-alpha.3", features = ["derive"] }
single_use_seals = "~0.12.0-alpha.3"
bp-core = "~0.12.0-beta.1"
serde = { version = "1", features = ["derive"], optional = true }

[features]
Expand All @@ -55,14 +55,3 @@ wasm-bindgen-test = "0.3"

[package.metadata.docs.rs]
features = ["all"]

[patch.crates-io]
aluvm = { git = "https://github.com/AluVM/rust-aluvm", branch = "v0.12" }
zk-aluvm = { git = "https://github.com/AluVM/zk-aluvm" }
ultrasonic = { git = "https://github.com/AluVM/ultrasonic" }
commit_verify = { git = "https://github.com/LNP-BP/client_side_validation", branch = "v0.12" }
single_use_seals = { git = "https://github.com/LNP-BP/client_side_validation", branch = "v0.12" }
bp-consensus = { git = "https://github.com/BP-WG/bp-core", branch = "v0.12" }
bp-dbc = { git = "https://github.com/BP-WG/bp-core", branch = "v0.12" }
bp-seals = { git = "https://github.com/BP-WG/bp-core", branch = "v0.12" }
bp-core = { git = "https://github.com/BP-WG/bp-core", branch = "v0.12" }

0 comments on commit e21330b

Please sign in to comment.