Skip to content

Commit

Permalink
Fix git reference versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tracy-codes committed Aug 19, 2023
1 parent 70ad104 commit 87643ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ repository = { workspace = true }
[dependencies]
shadow-drive-sdk = { path = "../sdk", version = "0.7.2" }
shadow-rpc-auth = { path = "../auth", version = "0.7.2" }
shadow-nft-standard = { git = "https://github.com/genesysgo/shadow-nft-standard", branch = "main" }
shadowy-super-minter = { git = "https://github.com/genesysgo/shadow-nft-standard", branch = "main" }
shadow-nft-standard = { git = "https://github.com/genesysgo/shadow-nft-standard", branch = "main", version = "0.1.0" }
shadowy-super-minter = { git = "https://github.com/genesysgo/shadow-nft-standard", branch = "main", version = "0.1.0" }
tokio = { version = "^1", features = ["full"] }
anyhow = "1.0.65"
byte-unit = "4.0.14"
Expand Down

0 comments on commit 87643ac

Please sign in to comment.