Skip to content

Commit

Permalink
prepare 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajjon committed Dec 16, 2023
1 parent 0064f3e commit 43b61c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion identified_vec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "identified_vec"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
authors = ["Alexander Cyon <[email protected]>"]
description = "Like HashSet but retaining INSERTION order and without `Hash` requirement on the Element type."
Expand Down
5 changes: 1 addition & 4 deletions identified_vec_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "identified_vec_macros"
version = "0.1.0"
version = "0.1.5"
edition = "2021"
authors = ["Alexander Cyon <[email protected]>"]

Expand All @@ -9,6 +9,3 @@ identified_vec = { path = "../identified_vec" }
proc-macro2 = "1.0.70"
quote = "1.0"
syn = { version = "2.0", features = ["extra-traits", "full", "parsing"] }

# [lib]
# proc-macro = true

0 comments on commit 43b61c6

Please sign in to comment.