Skip to content

Commit

Permalink
Bump ordinals crate and index schema versions (#4127)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Dec 10, 2024
1 parent 3177f9b commit b9a4e06
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = "0.3.16"
mime_guess = "2.0.4"
miniscript = "12.0.0"
mp4 = "0.14.0"
ordinals = { version = "0.0.12", path = "crates/ordinals" }
ordinals = { version = "0.0.13", path = "crates/ordinals" }
redb = "2.2.0"
ref-cast = "1.0.23"
regex = "1.6.0"
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.12"
version = "0.0.13"
edition = "2021"
description = "Library for interoperating with ordinals and inscriptions"
homepage = "https://github.com/ordinals/ord"
Expand Down
2 changes: 1 addition & 1 deletion src/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ mod utxo_entry;
#[cfg(test)]
pub(crate) mod testing;

const SCHEMA_VERSION: u64 = 29;
const SCHEMA_VERSION: u64 = 30;

define_multimap_table! { SAT_TO_SEQUENCE_NUMBER, u64, u32 }
define_multimap_table! { SEQUENCE_NUMBER_TO_CHILDREN, u32, u32 }
Expand Down

0 comments on commit b9a4e06

Please sign in to comment.