Skip to content

Commit

Permalink
Update Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Sliman4 committed Jun 17, 2024
1 parent d59d63e commit 3bbfd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
inindexer = { git = "https://github.com/INTEARnear/inindexer.git", features = [ "neardata-server" ] }
inindexer = { version = "0.1.0", features = [ "neardata-server" ] }
async-trait = "0.1.80"
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }
log = "0.4.21"
Expand Down

0 comments on commit 3bbfd90

Please sign in to comment.