Skip to content

Commit 8511a18

Browse files
authored
Update Cargo.toml
1 parent f455c53 commit 8511a18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rocketapp/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "rocketapp"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
edition = "2021"
55

66
[dependencies]
77
rocket = "0.5.0"
8-
rocket_dyn_templates = { version = "0.1.0", features = ["handlebars", "tera"] }
8+
rocket_dyn_templates = { version = "0.1.0", features = ["handlebars", "tera"] }

0 commit comments

Comments
 (0)