Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
build(cargo.toml): uses version tag instead of branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrohba1 committed Mar 19, 2024
1 parent d5ee5a5 commit d15fe6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
21 changes: 6 additions & 15 deletions 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 @@ -21,7 +21,7 @@ rayon = "1.8.0"
ethereum-types = "=0.14.1"
bincode = "1.3.3"
tokio = { version = "1.35.0", features = ["full"] }
sf-protos = { git = "https://github.com/semiotic-ai/sf-protos.git", branch = "main" }
sf-protos = { git = "https://github.com/semiotic-ai/sf-protos.git", version = "0.1.0" }

prost = "0.12.3"
prost-types = "0.12.3"
Expand Down

0 comments on commit d15fe6c

Please sign in to comment.