Skip to content

Commit c201548

Browse files
committed
Bump subtle version to 0.9.0.
1 parent a305dd5 commit c201548

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 = "subtle"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = ["Isis Lovecruft <isis@patternsinthevoid.net>",
55
"Henry de Valence <hdevalence@hdevalence.ca>"]
66
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ is unfortunate, but is no worse than C code.
2424

2525
```toml
2626
[dependencies.subtle]
27-
version = "^0.8"
27+
version = "^0.9"
2828
features = ["nightly"]
2929
```
3030

0 commit comments

Comments
 (0)