Skip to content

Commit 5cc8c36

Browse files
committed
Optimize compiler settings for performance
1 parent b30a64d commit 5cc8c36

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quick-xmltodict"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55

66
[lib]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[tool.poetry]
22
name = "quick-xmltodict"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Efficient XML-to-dict conversion backed by Rust"
55
authors = ["Daniel Hjertholm <8713259+danhje@users.noreply.github.com>"]
66
package-mode = false
77

88
[project]
99
name = "quick-xmltodict"
1010
description = "Efficient XML-to-dict conversion backed by Rust"
11-
version = "0.1.0"
11+
version = "0.1.1"
1212
keywords = ["xmltodict", "xml-to-dict", "xml", "fast", "rust"]
1313
authors = [{name = "Daniel Hjertholm", email = "8713259+danhje@users.noreply.github.com"}]
1414
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)