Skip to content

Commit

Permalink
feat: bump proc macro version to 1.1.0
Browse files Browse the repository at this point in the history
fboulnois committed Nov 25, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent fcce01d commit 1f358ce
Showing 3 changed files with 4 additions and 4 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "include_dir_as_map"
version = "1.0.0"
version = "1.1.0"
edition = "2021"
authors = [ "fboulnois <[email protected]>" ]
description = "Embed files from a directory as a hashmap in the rust binary"
2 changes: 1 addition & 1 deletion proc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proc_include_dir_as_map"
version = "1.0.0"
version = "1.1.0"
edition = "2021"
authors = [ "fboulnois <[email protected]>" ]
description = "Magic which implements the procedural macro `include_dir_as_map`"

0 comments on commit 1f358ce

Please sign in to comment.