Skip to content

Commit 88e5fc3

Browse files
Merge pull request #3 from Eugene-Usachev/main
Update README.md
2 parents 1895f77 + 2969040 commit 88e5fc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "manually-static"
3-
version = "1.1.1"
3+
version = "1.1.2"
44
edition = "2021"
55
license = "MIT"
66
description = """

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ First, add `manually-static` to your `Cargo.toml`:
2929

3030
```toml
3131
[dependencies]
32-
manually-static = "1.1.1" # Or the latest version
32+
manually-static = "1.1.2" # Or the latest version
3333
```
3434

3535
## Threading Example (Illustrating `'static` need)

0 commit comments

Comments
 (0)