Skip to content

Commit 81df457

Browse files
authored
Add ord prefix (#20)
1 parent 392f3b9 commit 81df457

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

client/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "bitcoincore-rpc"
2+
name = "ord-bitcoincore-rpc"
33
version = "0.19.0"
44
authors = [
55
"Steven Roose <[email protected]>",
@@ -20,10 +20,10 @@ path = "src/lib.rs"
2020

2121
[features]
2222
default = ["rand"]
23-
rand = ["bitcoincore-rpc-json/rand"]
23+
rand = ["ord-bitcoincore-rpc-json/rand"]
2424

2525
[dependencies]
26-
bitcoincore-rpc-json = { version = "0.19.0", path = "../json" }
26+
ord-bitcoincore-rpc-json = { version = "0.19.0", path = "../json" }
2727

2828
log = "0.4.5"
2929
jsonrpc = { version = "0.18.0", features = ["minreq_http"] }

integration_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Steven Roose <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8-
bitcoincore-rpc = { path = "../client", features = ["rand"] }
8+
ord-bitcoincore-rpc = { path = "../client", features = ["rand"] }
99
bitcoin = { version = "0.32.0", features = ["serde", "rand"] }
1010
lazy_static = "1.4.0"
1111
log = "0.4"

json/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "bitcoincore-rpc-json"
2+
name = "ord-bitcoincore-rpc-json"
33
version = "0.19.0"
44
authors = [
55
"Steven Roose <[email protected]>",

0 commit comments

Comments
 (0)