Skip to content

Commit

Permalink
Revert TOML
Browse files Browse the repository at this point in the history
  • Loading branch information
captainbuckkets committed Nov 9, 2023
1 parent 470a15f commit a5e1fc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ autobins = false
rust-version = "1.67"

[workspace]
members = [".", "test-peercoincore-rpc"]
members = [".", "test-bitcoincore-rpc"]

[dependencies]
anyhow = { version = "1.0.56", features = ["backtrace"] }
Expand All @@ -21,7 +21,7 @@ axum-server = "0.5.0"
base64 = "0.21.0"
bech32 = "0.9.1"
bip39 = "2.0.0"
peercoin = { version = "0.30.0", features = ["rand"] }
bitcoin = { version = "0.30.0", features = ["rand"] }
# Check this version
boilerplate = { version = "1.0.0", features = ["axum"] }
chrono = "0.4.19"
Expand All @@ -44,7 +44,7 @@ mime_guess = "2.0.4"
miniscript = "10.0.0"
mp4 = "0.14.0"
# Check this version
peercoincore-rpc = "0.17.1"
bitcoincore-rpc = "0.17.1"
redb = "1.0.5"
regex = "1.6.0"
rss = "2.0.1"
Expand All @@ -66,7 +66,7 @@ tower-http = { version = "0.4.0", features = ["compression-br", "compression-gzi
executable-path = "1.0.0"
pretty_assertions = "1.2.1"
reqwest = { version = "0.11.10", features = ["blocking", "json"] }
test-peercoincore-rpc = { path = "test-peercoincore-rpc" }
test-bitcoincore-rpc = { path = "test-bitcoincore-rpc" }
unindent = "0.2.1"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion ord.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
peercoin_rpc_user: bar
peercoin_rpc_pass: foo

# We might need to add our own here
# TODO: We might need to add our own here
# prevent `ord server` from serving the content of the inscriptions below
hidden:
- 6fb976ab49dcec017f1e201e84395983204ae1a7c2abf7ced0a85d692e442799i0
Expand Down

0 comments on commit a5e1fc0

Please sign in to comment.