Skip to content

Commit

Permalink
New version: rocket_dyn_templates 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed May 23, 2024
1 parent 2993678 commit 92eb043
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contrib/dyn_templates/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rocket_dyn_templates"
version = "0.1.0"
version = "0.2.0"
authors = ["Sergio Benitez <[email protected]>"]
description = "Dynamic templating engine integration for Rocket."
documentation = "https://api.rocket.rs/v0.5/rocket_dyn_templates/"
Expand Down
2 changes: 1 addition & 1 deletion contrib/dyn_templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ supports [Handlebars] and [Tera].

```toml
[dependencies.rocket_dyn_templates]
version = "0.1.0"
version = "0.2.0"
features = ["handlebars", "tera"]
```

Expand Down
2 changes: 1 addition & 1 deletion contrib/dyn_templates/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
//!
//! ```toml
//! [dependencies.rocket_dyn_templates]
//! version = "0.1.0"
//! version = "0.2.0"
//! features = ["handlebars", "tera", "minijinja"]
//! ```
//!
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/01-upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ to `Cargo.toml`:
- rocket = "0.4"
- rocket_contrib = { version = "0.4", features = ["json"], default-features = false }
+ rocket = { version = "0.5.1", features = ["json"] }
+ rocket_dyn_templates = { version = "0.1.0", features = ["tera"] }
+ rocket_dyn_templates = { version = "0.2.0", features = ["tera"] }
```

! note: `rocket_dyn_templates` (and co.) _does not_ follow in version lock-step
Expand Down

0 comments on commit 92eb043

Please sign in to comment.