Skip to content

Commit a7ce271

Browse files
authored
Bump dashmap version in Cargo.toml (#650)
We're using APIs that are only available in v5.5 (e.g. .insert() is used in core/src/worker/activities.rs). In practice, when compiling sdk-core alone, v5.5 was already what was being picked up and there was no problem. However, when sdk-core is compiled as a crate in the sdk-typescript core-bridge project, v5.4 is getting picked up, with the result that sdk-core fails to build in that context.
1 parent b1e5e4b commit a7ce271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async-trait = "0.1"
2828
base64 = "0.21"
2929
console-subscriber = { version = "0.1", optional = true }
3030
crossbeam = "0.8"
31-
dashmap = "5.0"
31+
dashmap = "5.5"
3232
derive_builder = "0.12"
3333
derive_more = "0.99"
3434
enum_dispatch = "0.3"

0 commit comments

Comments
 (0)