Skip to content

Commit fbfa93d

Browse files
Prepare new version
1 parent 33bc45f commit fbfa93d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cache-this"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
authors = ["Kai Frerich"]
66
description = "Macro for simple caching of expression using the file system"
@@ -13,4 +13,4 @@ cache-this-proc-macro = { version = "0.1.0", path = "src/proc-macro" }
1313
serde_json = "1.0"
1414

1515
[workspace]
16-
members = ["src/proc-macro"]
16+
members = ["src/proc-macro"]

src/proc-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cache-this-proc-macro"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
authors = ["Kai Frerich"]
66
description = "Proc macro implementation for simple caching of expression using the file system"

0 commit comments

Comments
 (0)