Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
conorheffron authored Oct 15, 2024
1 parent f455c53 commit 8511a18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rocketapp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "rocketapp"
version = "0.1.0"
version = "1.0.0"
edition = "2021"

[dependencies]
rocket = "0.5.0"
rocket_dyn_templates = { version = "0.1.0", features = ["handlebars", "tera"] }
rocket_dyn_templates = { version = "0.1.0", features = ["handlebars", "tera"] }

0 comments on commit 8511a18

Please sign in to comment.