Skip to content

Commit 1f358ce

Browse files
committed
feat: bump proc macro version to 1.1.0
1 parent fcce01d commit 1f358ce

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "include_dir_as_map"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
edition = "2021"
55
authors = [ "fboulnois <[email protected]>" ]
66
description = "Embed files from a directory as a hashmap in the rust binary"

proc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proc_include_dir_as_map"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
edition = "2021"
55
authors = [ "fboulnois <[email protected]>" ]
66
description = "Magic which implements the procedural macro `include_dir_as_map`"

0 commit comments

Comments
 (0)