Skip to content

Commit

Permalink
Use base58-monero 2, removing a git dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Sep 15, 2023
1 parent d263413 commit 3fd6d45
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion coins/monero/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ hex = { version = "0.4", default-features = false, features = ["alloc"] }
serde = { version = "1", default-features = false, features = ["derive", "alloc"] }
serde_json = { version = "1", default-features = false, features = ["alloc"] }

base58-monero = { version = "1", git = "https://github.com/monero-rs/base58-monero", rev = "5045e8d2b817b3b6c1190661f504e879bc769c29", default-features = false, features = ["check"] }
base58-monero = { version = "2", default-features = false, features = ["check"] }

# Used for the provided RPC
digest_auth = { version = "0.3", optional = true }
Expand Down Expand Up @@ -95,6 +95,8 @@ std = [
"hex/std",
"serde/std",
"serde_json/std",

"base58-monero/std",
]

http_rpc = ["digest_auth", "reqwest"]
Expand Down

0 comments on commit 3fd6d45

Please sign in to comment.