Skip to content

Commit 2eaa3e2

Browse files
committed
use rocket 0.5
1 parent fcb00bd commit 2eaa3e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "json-gettext"
3-
version = "4.0.8"
3+
version = "4.0.9"
44
authors = ["Magic Len <len@magiclen.org>"]
55
edition = "2021"
66
rust-version = "1.69"
@@ -20,7 +20,7 @@ unic-langid = { version = "0.9", features = ["macros"], optional = true }
2020
unic-langid-macros = { version = "0.9", optional = true }
2121
manifest-dir-macros = { version = "0.1.6", features = ["tuple"] }
2222

23-
rocket = { version = "0.5.0-rc.4", optional = true }
23+
rocket = { version = "0.5", optional = true }
2424
rocket-accept-language = { version = "0.8", optional = true }
2525

2626
[features]

0 commit comments

Comments
 (0)