Skip to content

Commit

Permalink
Release 0.2.0 (#962)
Browse files Browse the repository at this point in the history
- Bump version: 0.1.0 → 0.2.0
- Remove dependency patching
- Update dependencies
  • Loading branch information
casey authored Dec 14, 2022
1 parent bf835ad commit 988353b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 20 deletions.
20 changes: 11 additions & 9 deletions Cargo.lock

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

12 changes: 2 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ord"
description = "Bitcoin satoshi ordinal number utility"
version = "0.1.0"
version = "0.2.0"
license = "CC0-1.0"
edition = "2021"
autotests = false
Expand Down Expand Up @@ -33,7 +33,7 @@ lazy_static = "1.4.0"
log = "0.4.14"
mime = "0.3.16"
mime_guess = "2.0.4"
ord-bitcoincore-rpc = "0.16.3"
ord-bitcoincore-rpc = "0.16.0"
redb = "0.10.0"
regex = "1.6.0"
reqwest = { version = "0.11.10", features = ["blocking"] }
Expand Down Expand Up @@ -62,11 +62,3 @@ path = "tests/lib.rs"

[build-dependencies]
pulldown-cmark = "0.9.2"

[patch.crates-io.jsonrpc]
git = "https://github.com/casey/rust-jsonrpc"
rev = "1826d5e7ec02d9dd3fbca94bfa3b4215870d193f"

[patch.crates-io.ord-bitcoincore-rpc-json]
git = "https://github.com/casey/rust-bitcoincore-rpc"
rev = "768725a2adf3b0a8b982d200d59080d5e69df7c9"
2 changes: 1 addition & 1 deletion test-bitcoincore-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ repository = "https://github.com/casey/ord"

[dependencies]
bitcoin = { version = "0.29.1", features = ["serde"] }
ord-bitcoincore-rpc = "0.16.3"
hex = "0.4.3"
jsonrpc-core = "18.0.0"
jsonrpc-core-client = "18.0.0"
jsonrpc-derive = "18.0.0"
jsonrpc-http-server = "18.0.0"
ord-bitcoincore-rpc = "0.16.0"
reqwest = { version = "0.11.10", features = ["blocking"] }
serde_json = "1.0.0"

0 comments on commit 988353b

Please sign in to comment.