Skip to content

Commit 70d0385

Browse files
committed
release v0.10 alpha 1
1 parent 457b7c6 commit 70d0385

File tree

4 files changed

+31
-28
lines changed

4 files changed

+31
-28
lines changed

Cargo.lock

+23-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+6-12
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ edition = "2021"
1717
license = "Apache-2.0"
1818

1919
[workspace.dependencies]
20-
amplify = "4.0.0-beta.17"
21-
strict_encoding = "2.0.0-rc.1"
22-
strict_types = "1.0.0-beta.3"
23-
commit_verify = "0.10.0-beta.3"
24-
bp-core = "0.10.0-beta.2"
25-
rgb-core = "0.10.0-beta.1"
20+
amplify = "4.0.0-beta.19"
21+
strict_encoding = "2.0.0-rc.3"
22+
strict_types = "1.0.0-beta.5"
23+
commit_verify = "0.10.0-rc.1"
24+
bp-core = "0.10.0-beta.3"
25+
rgb-core = "0.10.0-beta.2"
2626

2727
[package]
2828
name = "rgb-wallet"
@@ -63,9 +63,3 @@ wasm-bindgen-test = "0.3"
6363

6464
[package.metadata.docs.rs]
6565
features = [ "all" ]
66-
67-
[patch.crates-io]
68-
strict_encoding = { git = "https://github.com/strict-types/strict-encoding" }
69-
strict_types = { git = "https://github.com/strict-types/strict-types" }
70-
bp-core = { git = "https://github.com/BP-WG/bp-core" }
71-
rgb-core = { git = "https://github.com/RGB-WG/rgb-core" }

std/src/containers/seal.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// See the License for the specific language governing permissions and
2020
// limitations under the License.
2121

22-
#![doc = include_str!("../../../doc/seals.md")]
22+
#![doc = include_str!("seals.md")]
2323

2424
use std::fmt::{self, Display, Formatter};
2525
use std::str::FromStr;

std/src/containers/seals.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../doc/seals.md

0 commit comments

Comments
 (0)