Skip to content

Commit 47b61a1

Browse files
Update cargo to 0.6.0
1 parent 76b8f18 commit 47b61a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "restate-sdk-python-core"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
edition = "2021"
55

66
[package.metadata.maturin]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Pull latest main:
8787
git checkout main && git pull
8888
```
8989

90-
Update module version in `Cargo.toml`, commit it. Then push tag, e.g.:
90+
**Update module version in `Cargo.toml` and run a local build to update the `Cargo.lock` too**, commit it. Then push tag, e.g.:
9191

9292
```
9393
git tag -m "Release v0.1.0" v0.1.0

0 commit comments

Comments
 (0)