Skip to content

Commit

Permalink
Merge pull request #45 from eauxxs/master
Browse files Browse the repository at this point in the history
update strict_encoding
  • Loading branch information
zoedberg committed Jan 31, 2024
2 parents 52571eb + 59db243 commit 9163bd6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

20 changes: 16 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
name = "rgb-lib"
version = "0.2.2"
authors = ["Zoe Faltibà <[email protected]>", "Nicola Busanello <[email protected]>"]
authors = [
"Zoe Faltibà <[email protected]>",
"Nicola Busanello <[email protected]>",
]
edition = "2021"
rust-version = "1.67"
repository = "https://github.com/RGB-Tools/rgb-lib"
Expand All @@ -24,9 +27,18 @@ futures = "0.3"
hex = "0.4.3"
rand = "0.8.5"
rgb-lib-migration = { path = "migration", version = "0.2.0" }
reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "multipart", "native-tls"] }
reqwest = { version = "0.11", default-features = false, features = [
"blocking",
"json",
"multipart",
"native-tls",
] }
scrypt = "0.11.0"
sea-orm = { version = "=0.12.10", features = ["sqlx-sqlite", "runtime-async-std-native-tls", "macros"] }
sea-orm = { version = "=0.12.10", features = [
"sqlx-sqlite",
"runtime-async-std-native-tls",
"macros",
] }
sea-query = "=0.30.5"
serde = { version = "^1.0", features = ["derive"] }
serde_json = { version = "^1.0", features = ["preserve_order"] }
Expand All @@ -50,7 +62,7 @@ rgb-schemata = "=0.10.1"
rgb-std = "=0.10.9"
rgb-wallet = "=0.10.9"
rgb_core = { package = "rgb-core", version = "=0.10.8" }
strict_encoding = "=2.6.1"
strict_encoding = "=2.6.2"
strict_types = "=1.6.3"

[dev-dependencies]
Expand Down

0 comments on commit 9163bd6

Please sign in to comment.