mit-pdos / noria

Fast web applications through dynamic, partially-stateful dataflow
Apache License 2.0
4.97k stars 241 forks source link

chore: upgrade evmap #176

Closed Nonius closed 1 year ago

Nonius commented 3 years ago

Since in the Cargo.toml the version of evmap was "11.0.0-alpha.1" instead of "= 11.0.0-alpha.1" for new builds the latest version is used. The latest version of evmap is "11.0.0-alpha.7" and it is not backward compatible. This change upgrades evmap to "11.0.0-alpha.7".