Skip to content

Commit

Permalink
Amend
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph committed Sep 21, 2024
1 parent 23a8ec9 commit bf8fb87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 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.

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ mime_guess = "2.0.4"
miniscript = "10.0.0"
mp4 = "0.14.0"
bitcoincore-rpc = "0.18.0"
ordinals = { version = "0.0.10", path = "crates/ordinals" }
ordinals = { version = "0.0.11", path = "crates/ordinals" }
redb = "2.1.1"
ref-cast = "1.0.23"
regex = "1.6.0"
Expand Down Expand Up @@ -92,6 +92,3 @@ path = "src/lib.rs"
[[test]]
name = "integration"
path = "tests/lib.rs"

[patch.crates-io]
ordinals = { path = "./crates/ordinals"}
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.10"
version = "0.0.11"
edition = "2021"
description = "Library for interoperating with ordinals and inscriptions"
homepage = "https://github.com/ordinals/ord"
Expand Down

0 comments on commit bf8fb87

Please sign in to comment.