Skip to content

Commit

Permalink
chore: release v0.11 beta 5
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Mar 19, 2024
1 parent ab644f6 commit 7b1ff00
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 21 deletions.
22 changes: 12 additions & 10 deletions Cargo.lock

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

15 changes: 6 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ default-members = [
]

[workspace.package]
version = "0.11.0-beta.4"
version = "0.11.0-beta.5"
authors = ["Dr Maxim Orlovsky <[email protected]>"]
homepage = "https://github.com/BP-WG"
repository = "https://github.com/BP-WG/bp-core"
Expand All @@ -25,11 +25,11 @@ license = "Apache-2.0"
amplify = "4.6.0"
strict_encoding = "2.7.0-beta.1"
strict_types = "2.7.0-beta.2"
commit_verify = "0.11.0-beta.4"
single_use_seals = "0.11.0-beta.4"
bp-consensus = { version = "0.11.0-beta.4", path = "consensus" }
bp-dbc = { version = "0.11.0-beta.4", path = "./dbc" }
bp-seals = { version = "0.11.0-beta.4", path = "./seals" }
commit_verify = "0.11.0-beta.5"
single_use_seals = "0.11.0-beta.5"
bp-consensus = { version = "0.11.0-beta.5", path = "consensus" }
bp-dbc = { version = "0.11.0-beta.5", path = "./dbc" }
bp-seals = { version = "0.11.0-beta.5", path = "./seals" }
secp256k1 = { version = ">=0.28.1", features = ["global-context"] }
serde_crate = { package = "serde", version = "1", features = ["derive"] }

Expand Down Expand Up @@ -89,6 +89,3 @@ wasm-bindgen-test = "0.3"

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

[patch.crates-io]
commit_verify = { git = "https://github.com/LNP-BP/client_side_validation", branch = "reserved" }
3 changes: 1 addition & 2 deletions consensus/src/segwit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ use amplify::{confinement, Bytes32StrRev, Wrapper};

use crate::opcodes::*;
use crate::{
ByteStr, RedeemScript, ScriptBytes, ScriptPubkey, VarIntArray, WScriptHash,
LIB_NAME_BITCOIN,
ByteStr, RedeemScript, ScriptBytes, ScriptPubkey, VarIntArray, WScriptHash, LIB_NAME_BITCOIN,
};

#[derive(Copy, Clone, Eq, PartialEq, Hash, Debug, Display, Error)]
Expand Down

0 comments on commit 7b1ff00

Please sign in to comment.