Skip to content

Commit c8e2eb2

Browse files
Bump shared core version (#57)
1 parent f55936e commit c8e2eb2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pin-project-lite = "0.2"
2929
rand = { version = "0.9", optional = true }
3030
regress = "0.10"
3131
restate-sdk-macros = { version = "0.3", path = "macros" }
32-
restate-sdk-shared-core = { git = "https://github.com/restatedev/sdk-shared-core.git", branch = "main", features = ["request_identity", "sha2_random_seed", "http"] }
32+
restate-sdk-shared-core = { version = "0.3.0", features = ["request_identity", "sha2_random_seed", "http"] }
3333
serde = "1.0"
3434
serde_json = "1.0"
3535
thiserror = "2.0"

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ The compatibility with Restate is described in the following table:
125125
|-------------------------|-------------|-----|-----|
126126
| 1.0 ||||
127127
| 1.1 ||||
128-
| 1.2 ||||
128+
| 1.2 ||||
129+
| 1.3 ||||
129130

130131
## Contributing
131132

0 commit comments

Comments
 (0)