Skip to content

Commit

Permalink
1.0 release (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejhirsz authored Mar 18, 2024
1 parent a74c808 commit 35c89ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ members = [
"tests",
]

[patch.crates-io]
ramhorns-derive = { path = "./ramhorns-derive" }

[profile.bench]
lto = "fat"
codegen-units = 1
2 changes: 1 addition & 1 deletion ramhorns-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ramhorns-derive"
version = "0.14.0"
version = "1.0.0"
authors = ["Maciej Hirsz <[email protected]>"]
license = "GPL-3.0"
edition = "2018"
Expand Down
8 changes: 4 additions & 4 deletions ramhorns/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ramhorns"
version = "0.14.0"
version = "1.0.0"
authors = ["Maciej Hirsz <[email protected]>"]
license = "GPL-3.0"
edition = "2018"
Expand All @@ -12,12 +12,12 @@ keywords = ["html", "template", "mustache"]
categories = ["template-engine"]

[dependencies]
arrayvec = "0.7.2"
arrayvec = "0.7.4"
beef = "0.5.2"
fnv = "1.0"
pulldown-cmark = { version = "0.10", default_features = false, features = ["html"], optional = true }
ramhorns-derive = { version = "0.14.0", optional = true }
logos = "0.13.0"
ramhorns-derive = { version = "1.0.0", path = "../ramhorns-derive", optional = true }
logos = "0.14.0"

[dev-dependencies]
pretty_assertions = "0.6.1"
Expand Down

0 comments on commit 35c89ee

Please sign in to comment.