Skip to content

Commit

Permalink
Merge pull request #1 from mitghi/mem_leak
Browse files Browse the repository at this point in the history
[bugfix] memory leak
  • Loading branch information
mitghi authored Mar 27, 2024
2 parents 51ffefa + 1bd2cdf commit bea2dc2
Show file tree
Hide file tree
Showing 5 changed files with 151 additions and 176 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jetro"
version = "0.2.4"
version = "0.2.5"
edition = "2021"
authors = ["Milad (Mike) Taghavi <mitghi.at.gmail.com>"]
license = "MIT"
Expand All @@ -20,4 +20,4 @@ serde_json = "1.0.102"
pest = "2.7.0"
pest_derive = "2.7.0"
serde = { version = "1.0.171", features = ["derive"] }
dynfmt = { version = "0.1.5", features = ["curly"] }
dynfmt = { version = "0.1.5", features = ["curly"] }
Loading

0 comments on commit bea2dc2

Please sign in to comment.