Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
djkoloski committed Feb 19, 2021
1 parent 7d38034 commit f3a4d8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ptr_meta/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ptr_meta"
version = "0.1.0"
version = "0.1.1"
authors = ["David Koloski <[email protected]>"]
edition = "2018"
description = "A radioactive stabilization of the ptr_meta rfc"
Expand All @@ -14,4 +14,4 @@ readme = "crates-io.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ptr_meta_derive = { version = "=0.1.0", path = "../ptr_meta_derive" }
ptr_meta_derive = { version = "=0.1.1", path = "../ptr_meta_derive" }
2 changes: 1 addition & 1 deletion ptr_meta_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ptr_meta_derive"
version = "0.1.0"
version = "0.1.1"
authors = ["David Koloski <[email protected]>"]
edition = "2018"
description = "Macros for ptr_meta"
Expand Down

0 comments on commit f3a4d8e

Please sign in to comment.