Skip to content

Commit 726a8d3

Browse files
authored
bump protosol crate version in gen cargo script (#390)
1 parent 884ca03 commit 726a8d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/generate_cargo.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
import random
1919

2020
# NOTE: this needs bumped with schema version upgrades of the protocol
21-
PROTOSOL_VERSION_TAG = "v1.0.5"
21+
# https://crates.io/crates/protosol
22+
PROTOSOL_VERSION_TAG = "v2.0.0"
2223

2324
def replace_path_with_git_rev(toml_data, git_url, rev):
2425
"""

0 commit comments

Comments
 (0)