Skip to content

Commit

Permalink
chore(liquid): Release 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Page committed Jul 9, 2020
1 parent 8866831 commit ff2b641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [

[package]
name = "liquid"
version = "0.20.1"
version = "0.21.0"
authors = ["Johann Hofmann <[email protected]>"]
description = "The liquid templating language for Rust"
repository = "https://github.com/cobalt-org/liquid-rust"
Expand Down
2 changes: 1 addition & 1 deletion crates/bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition = "2018"
azure-devops = { project = "cobalt-org", pipeline = "liquid-rust" }

[dependencies]
liquid = { version = "0.20.0-alpha.0", path = "../../" }
liquid = { version = "^0.21.0", path = "../../" }
serde = { version = "1.0", features = ["derive"] }
structopt = "0.3"
serde_yaml = "0.8"
Expand Down

0 comments on commit ff2b641

Please sign in to comment.