Skip to content

Commit

Permalink
Optimize compiler settings for performance
Browse files Browse the repository at this point in the history
  • Loading branch information
danhje committed Apr 3, 2024
1 parent b30a64d commit 5cc8c36
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "quick-xmltodict"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[lib]
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "quick-xmltodict"
version = "0.1.0"
version = "0.1.1"
description = "Efficient XML-to-dict conversion backed by Rust"
authors = ["Daniel Hjertholm <[email protected]>"]
package-mode = false

[project]
name = "quick-xmltodict"
description = "Efficient XML-to-dict conversion backed by Rust"
version = "0.1.0"
version = "0.1.1"
keywords = ["xmltodict", "xml-to-dict", "xml", "fast", "rust"]
authors = [{name = "Daniel Hjertholm", email = "[email protected]"}]
license = {file = "LICENSE"}
Expand Down

0 comments on commit 5cc8c36

Please sign in to comment.