Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
laurmaedje committed Apr 16, 2023
1 parent a7c5ced commit c3fd036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ecow"
version = "0.1.0"
version = "0.1.1"
authors = ["Laurenz <[email protected]>"]
edition = "2021"
description = "Compact, clone-on-write vector and string."
Expand All @@ -14,4 +14,4 @@ keywords = ["string", "vector", "sso", "cow"]
serde = { version = "1.0", optional = true, default-features = false }

[target.'cfg(loom)'.dependencies]
loom = { version = "0.5", optional = true }
loom = { version = "0.5", optional = true }

0 comments on commit c3fd036

Please sign in to comment.