diff --git a/Cargo.lock b/Cargo.lock index 7403effd..815b5091 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2340,7 +2340,7 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "ord" -version = "0.1.0" +version = "0.22.2" dependencies = [ "anyhow", "chainhook-sdk", diff --git a/components/ord/Cargo.toml b/components/ord/Cargo.toml index 6d05fccf..3fc15142 100644 --- a/components/ord/Cargo.toml +++ b/components/ord/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ord" -version = "0.1.0" +version = "0.22.2" edition = "2021" [dependencies] diff --git a/components/ord/README.md b/components/ord/README.md new file mode 100644 index 00000000..88ffb063 --- /dev/null +++ b/components/ord/README.md @@ -0,0 +1 @@ +This code is manually imported from [ordinals/ord](https://github.com/ordinals/ord) and it is used for all ordinal inscription parsing. \ No newline at end of file