Skip to content

Commit

Permalink
release v0.10 alpha 1
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Mar 10, 2023
1 parent 457b7c6 commit 70d0385
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 28 deletions.
38 changes: 23 additions & 15 deletions Cargo.lock

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

18 changes: 6 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ edition = "2021"
license = "Apache-2.0"

[workspace.dependencies]
amplify = "4.0.0-beta.17"
strict_encoding = "2.0.0-rc.1"
strict_types = "1.0.0-beta.3"
commit_verify = "0.10.0-beta.3"
bp-core = "0.10.0-beta.2"
rgb-core = "0.10.0-beta.1"
amplify = "4.0.0-beta.19"
strict_encoding = "2.0.0-rc.3"
strict_types = "1.0.0-beta.5"
commit_verify = "0.10.0-rc.1"
bp-core = "0.10.0-beta.3"
rgb-core = "0.10.0-beta.2"

[package]
name = "rgb-wallet"
Expand Down Expand Up @@ -63,9 +63,3 @@ wasm-bindgen-test = "0.3"

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

[patch.crates-io]
strict_encoding = { git = "https://github.com/strict-types/strict-encoding" }
strict_types = { git = "https://github.com/strict-types/strict-types" }
bp-core = { git = "https://github.com/BP-WG/bp-core" }
rgb-core = { git = "https://github.com/RGB-WG/rgb-core" }
2 changes: 1 addition & 1 deletion std/src/containers/seal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#![doc = include_str!("../../../doc/seals.md")]
#![doc = include_str!("seals.md")]

use std::fmt::{self, Display, Formatter};
use std::str::FromStr;
Expand Down
1 change: 1 addition & 0 deletions std/src/containers/seals.md

0 comments on commit 70d0385

Please sign in to comment.