Skip to content

Commit 22148dc

Browse files
Version 0.1.1
1 parent 8243bc5 commit 22148dc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fstrings"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Daniel Henry-Mantilla <[email protected]>"]
55
edition = "2018"
66

@@ -10,6 +10,7 @@ documentation = "https://docs.rs/fstrings"
1010
repository = "https://github.com/danielhenrymantilla/fstrings-rs"
1111
homepage = "https://crates.io/crates/fstrings"
1212

13+
readme = "README.md"
1314
description = "Python3 fstring interpolation in Rust"
1415
keywords = ["python", "format", "human", "no_std", "interpolation"]
1516
categories = ["rust-patterns", ]
@@ -18,7 +19,7 @@ categories = ["rust-patterns", ]
1819
proc-macro-hack = "0.5.8"
1920

2021
[dependencies.proc-macro]
21-
version = "0.1.0"
22+
version = "0.1.1"
2223
package = "fstrings-proc-macro"
2324
path = "src/proc_macro"
2425

src/proc_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ path = "mod.rs"
44

55
[package]
66
name = "fstrings-proc-macro"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
authors = ["Daniel Henry-Mantilla <[email protected]>"]
99
edition = "2018"
1010

0 commit comments

Comments
 (0)