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

Commit d15fe6c

Browse files
committed
build(cargo.toml): uses version tag instead of branch
1 parent d5ee5a5 commit d15fe6c

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

Cargo.lock

Lines changed: 6 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rayon = "1.8.0"
2121
ethereum-types = "=0.14.1"
2222
bincode = "1.3.3"
2323
tokio = { version = "1.35.0", features = ["full"] }
24-
sf-protos = { git = "https://github.com/semiotic-ai/sf-protos.git", branch = "main" }
24+
sf-protos = { git = "https://github.com/semiotic-ai/sf-protos.git", version = "0.1.0" }
2525

2626
prost = "0.12.3"
2727
prost-types = "0.12.3"

0 commit comments

Comments
 (0)