Skip to content

Commit

Permalink
Remove println!
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-wanna-M committed Aug 10, 2024
1 parent 315feee commit f494be1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ keywords = [
license = "MIT OR Apache-2.0"
name = "kbnf"
repository = "https://github.com/Dan-Wanna-M/kbnf"
version = "0.3.5"
version = "0.3.6"
[lib]
name = "kbnf"
crate-type = ["cdylib", "rlib"]
[dependencies]
ahash = { version = "0.8.11", features = ["serde"] }
getrandom = { version = "0.2" }
thiserror = "1.0.61"
kbnf-syntax = "0.1.8"
kbnf-syntax = "0.1.9"
num = "0.4.3"
jaggedarray = "0.2.11"
string-interner = "0.17.0"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python-source = "python"
features = ["python"]
[project]
name = "kbnf"
version = "0.2.6"
version = "0.2.7"
dependencies = ["numpy"]
requires-python = ">=3.7"
classifiers = [
Expand Down

0 comments on commit f494be1

Please sign in to comment.