Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
Release enum-map 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KamilaBorowska committed May 29, 2022
1 parent cf8608e commit 498930c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enum-map/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "enum-map"
version = "2.2.0"
version = "2.3.0"
authors = ["Konrad Borowski <konrad@borowski.pw>"]
edition = "2021"
rust-version = "1.61"
Expand All @@ -17,7 +17,7 @@ maintenance = { status = "actively-developed" }

[dependencies]
arbitrary = { version = "1.0.0", optional = true }
enum-map-derive = { version = "0.8.0", path = "../enum-map-derive" }
enum-map-derive = { version = "0.9.0", path = "../enum-map-derive" }
serde = { version = "1.0.16", optional = true, default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit 498930c

Please sign in to comment.