diff --git a/.gitignore b/.gitignore index 86ba56d..fbc71da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target -/binaries \ No newline at end of file +/binaries +errors.txt \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 2d20023..2d686b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -170,7 +170,7 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" [[package]] name = "wtf-is" -version = "0.1.2" +version = "0.2.1" dependencies = [ "phf", ] diff --git a/Cargo.toml b/Cargo.toml index d584c0a..552ec41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wtf-is" -version = "0.1.2" +version = "0.2.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index 40c212c..aab5b0a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # WTF Is -I was tired of looking up Metaplex Token Metadata program errors. +I was tired of looking up Metaplex program errors. ```bash wtf-is @@ -10,6 +10,7 @@ Example: ```bash $ wtf-is 37 -> 0x37: CannotUnverifyAnotherCreator: You cannot unilaterally unverify another creator +> 0x37: + Token Metadata | CannotUnverifyAnotherCreator: You cannot unilaterally unverify another creator ```