Skip to content

Commit

Permalink
Version 0.1.1: fix ForLt! muncher
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhenrymantilla committed Jul 26, 2023
1 parent f4fa3bd commit 07000af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "higher-kinded-types"
authors = [
"Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>",
]
version = "0.1.0" # Keep in sync
version = "0.1.1" # Keep in sync
edition = "2021"

license = "Zlib OR MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ https://github.com/danielhenrymantilla/higher-kinded-types.rs/actions)

See the documentation of the <code>[ForLifetime]</code> trait for more info.

[ForLifetime]: https://docs.rs/higher-kinded-types/0.1.0/higher-kinded-types/trait.ForLifetime.html
[ForLifetime]: https://docs.rs/higher-kinded-types/0.1.1/higher-kinded-types/trait.ForLifetime.html

<!-- Templated by `cargo-generate` using https://github.com/danielhenrymantilla/proc-macro-template -->

0 comments on commit 07000af

Please sign in to comment.