Commit a7ce271
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments