File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ lto = "thin"
2424objectstore-client = { path = " clients/rust" }
2525objectstore-server = { path = " objectstore-server" }
2626objectstore-service = { path = " objectstore-service" }
27- objectstore-types = { path = " objectstore-types" }
27+ objectstore-types = { path = " objectstore-types" , version = " 0.1.0 " }
2828stresstest = { path = " stresstest" }
2929
3030anyhow = " 1.0.98"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repository = "https://github.com/getsentry/objectstore"
77license-file = " ../LICENSE.md"
88version = " 0.1.0"
99edition = " 2024"
10- publish = false
10+ publish = true
1111
1212[dependencies ]
1313anyhow = { workspace = true }
Original file line number Diff line number Diff line change @@ -13,8 +13,15 @@ echo "Bumping to version: $NEW_VERSION"
1313
1414cd $ROOT_DIR
1515cd clients/rust
16+ perl -pi -e " s/^version = \" .*?\" /version = \" $NEW_VERSION \" /" Cargo.toml
1617
18+ cd $ROOT_DIR
19+ cd objectstore-types
1720perl -pi -e " s/^version = \" .*?\" /version = \" $NEW_VERSION \" /" Cargo.toml
21+
22+ cd $ROOT_DIR
23+ sed -i ' ' " /^objectstore-types.*path.*objectstore-types/s/version = \" [^\" ]*\" /version = \" $NEW_VERSION \" /" Cargo.toml
24+
1825cargo metadata --format-version 1 > /dev/null # update `Cargo.lock`
1926
2027# ==================== PY ====================
You can’t perform that action at this time.
0 commit comments