Skip to content

Commit

Permalink
fix nostrdb crash
Browse files Browse the repository at this point in the history
Signed-off-by: William Casarin <[email protected]>
  • Loading branch information
jb55 committed Jul 15, 2024
1 parent f2c5978 commit 6b63464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -33,7 +33,7 @@ serde_json = "1.0.89"
env_logger = "0.10.0"
puffin_egui = { version = "0.27.0", optional = true }
puffin = { version = "0.19.0", optional = true }
nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "ee8afeeb0b6695fca6d27dd0b74a8dc159e37b95" }
nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "c870c70e988fffbdd10f161d97add8bd919db25a" }
#nostrdb = "0.3.4"
hex = "0.4.3"
base32 = "0.4.0"
Expand Down

0 comments on commit 6b63464

Please sign in to comment.