Skip to content

Commit

Permalink
Update dependencies and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
calebzulawski committed Dec 9, 2022
1 parent 99ba374 commit 5ed7a3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions multiversion-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multiversion-macros"
version = "0.6.1"
version = "0.7.0"
authors = ["Caleb Zulawski <caleb.zulawski@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Implementation crate for multiversion"
Expand Down Expand Up @@ -28,4 +28,4 @@ std = []
syn = { version = "^1.0.36", features = ["full", "extra-traits", "visit-mut"] }
quote = "1"
proc-macro2 = "1"
target-features = { git = "https://github.com/calebzulawski/target-features" }
target-features = "0.1"
6 changes: 3 additions & 3 deletions multiversion/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multiversion"
version = "0.6.1"
version = "0.7.0"
authors = ["Caleb Zulawski <caleb.zulawski@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Easy function multiversioning"
Expand All @@ -22,8 +22,8 @@ default = ["std"]
std = ["multiversion-macros/std"]

[dependencies]
multiversion-macros = { version = "0.6.1", path = "../multiversion-macros", default-features = false }
target-features = { git = "https://github.com/calebzulawski/target-features" }
multiversion-macros = { version = "0.7.0", path = "../multiversion-macros", default-features = false }
target-features = "0.1"

[dev-dependencies]
rustversion = "1"
Expand Down

0 comments on commit 5ed7a3c

Please sign in to comment.