Skip to content

Commit

Permalink
Version 0.1.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhenrymantilla committed Apr 3, 2023
1 parent a924acc commit 5353b5e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "lending-iterator"
authors = [
"Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>",
]
version = "0.1.7-rc1" # Keep in sync
version = "0.1.7" # Keep in sync
edition = "2021"

license = "Zlib OR MIT OR Apache-2.0"
Expand Down Expand Up @@ -58,7 +58,7 @@ macro-vis.version = "0.1.1"

[dependencies.lending-iterator-proc_macros]
path = "src/proc_macros"
version = "0.1.7-rc1" # Keep in sync
version = "0.1.7" # Keep in sync

[dev-dependencies]
lending-iterator.path = "."
Expand Down
2 changes: 1 addition & 1 deletion src/proc_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "lending-iterator-proc_macros"
authors = [
"Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"
]
version = "0.1.7-rc1" # Keep in sync
version = "0.1.7" # Keep in sync
edition = "2021"

license = "Zlib OR MIT OR Apache-2.0"
Expand Down

0 comments on commit 5353b5e

Please sign in to comment.