Skip to content

Commit

Permalink
release: bump to v0.14.10
Browse files Browse the repository at this point in the history
  • Loading branch information
NichtsHsu committed May 20, 2024
1 parent 1347482 commit 499babd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["tuple"]

[package]
name = "tuplez"
version = "0.14.9"
version = "0.14.10"
description = "Tuples represented in recursive form"
authors.workspace = true
license.workspace = true
Expand All @@ -35,7 +35,7 @@ uninit = []
[dependencies]
paste = "1.0"
serde = { version = "1.0", features = ["derive"], optional = true }
tuplez-macros = { path = "tuplez-macros", version = "0.6.0" }
tuplez-macros = { path = "tuplez-macros", version = "0.6.1" }

[package.metadata.docs.rs]
features = ["full"]
2 changes: 1 addition & 1 deletion tuplez-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tuplez-macros"
version = "0.6.0"
version = "0.6.1"
description = "Procedural macros implementation of tuplez"
authors.workspace = true
license.workspace = true
Expand Down

0 comments on commit 499babd

Please sign in to comment.