Skip to content

Commit

Permalink
Update ordinals crate (ordinals#3184)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph committed Feb 28, 2024
1 parent 99494b0 commit 2ec630d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ mime_guess = "2.0.4"
miniscript = "10.0.0"
mp4 = "0.14.0"
ord-bitcoincore-rpc = "0.17.2"
ordinals = { version = "0.0.2", path = "crates/ordinals" }
ordinals = { version = "0.0.3", path = "crates/ordinals" }
redb = "1.5.0"
regex = "1.6.0"
reqwest = { version = "0.11.23", features = ["blocking", "json"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/ordinals/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ordinals"
version = "0.0.2"
version = "0.0.3"
edition = "2021"
description = "Library for interoperating with ordinals and inscriptions"
homepage = "https://github.com/ordinals/ord"
Expand Down

0 comments on commit 2ec630d

Please sign in to comment.