Skip to content

Commit

Permalink
Merge pull request #47 from BP-WG/master
Browse files Browse the repository at this point in the history
Release v0.10.5
  • Loading branch information
dr-orlovsky authored Jul 12, 2023
2 parents 2c158c3 + 51abe63 commit 5fc99ca
Show file tree
Hide file tree
Showing 17 changed files with 203 additions and 181 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [ nightly, beta, stable, 1.66.0 ]
toolchain: [ nightly, beta, stable, 1.67.0 ]
steps:
- uses: actions/checkout@v2
- name: Install rust ${{ matrix.toolchain }}
Expand Down
118 changes: 70 additions & 48 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ default-members = [
authors = ["Dr Maxim Orlovsky <[email protected]>"]
homepage = "https://github.com/BP-WG"
repository = "https://github.com/BP-WG/bp-core"
rust-version = "1.66" # Due to strict encoding library (caused by GAD)
rust-version = "1.67" # Due to strict encoding library
edition = "2021"
license = "Apache-2.0"

[workspace.dependencies]
amplify = "4.0.0"
strict_encoding = "2.3.0"
commit_verify = "0.10.3"
strict_encoding = "2.5.0"
commit_verify = "0.10.4"
single_use_seals = "0.10.0"

[package]
name = "bp-core"
version = "0.10.4"
version = "0.10.5"
description = "Bitcoin protocol core library (BP Core Lib)"
keywords = ["lnp-bp", "smart-contracts", "bitcoin", "blockchain"]
categories = ["cryptography"]
Expand All @@ -52,12 +52,12 @@ required-features = ["stl"]
[dependencies]
amplify = { workspace = true }
strict_encoding = { workspace = true }
strict_types = { version = "1.3.0", optional = true }
strict_types = { version = "1.5.0", optional = true }
commit_verify = { workspace = true }
single_use_seals = { workspace = true }
bp-primitives = { version = "0.10.4", path = "./primitives" }
bp-dbc = { version = "0.10.4", path = "./dbc" }
bp-seals = { version = "0.10.4", path = "./seals" }
bp-primitives = { version = "0.10.5", path = "./primitives" }
bp-dbc = { version = "0.10.5", path = "./dbc" }
bp-seals = { version = "0.10.5", path = "./seals" }
serde_crate = { package = "serde", version = "1", features = ["derive"], optional = true }

[features]
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Type: Library
Kind: Free software
License: Apache-2.0
Language: Rust
Compiler: 1.66
Compiler: 1.67
Author: Maxim Orlovsky
Maintained: LNP/BP Standards Association, Switzerland
Maintainers:
Expand Down
Loading

0 comments on commit 5fc99ca

Please sign in to comment.