Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mitghi committed Mar 27, 2024
1 parent afb714b commit 1bd2cdf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 252 deletions.
226 changes: 1 addition & 225 deletions Cargo.lock

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

11 changes: 2 additions & 9 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,11 +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"] }
dhat = "0.3.3"

[profile.release]
debug = 1

[features]
dhat-heap = [] # if you are doing heap profiling
dynfmt = { version = "0.1.5", features = ["curly"] }
18 changes: 0 additions & 18 deletions src/main.rs

This file was deleted.

0 comments on commit 1bd2cdf

Please sign in to comment.