Skip to content

Commit

Permalink
Reintroduce type accuracy parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Jun 19, 2023
1 parent 0bb3d82 commit 16b83de
Show file tree
Hide file tree
Showing 6 changed files with 323 additions and 191 deletions.
24 changes: 12 additions & 12 deletions 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
Expand Up @@ -11,7 +11,7 @@ path = "rust/lib.rs"
[dependencies]
iso8601 = "0.6.1"
nom = "7.1.3"
pyo3 = { version = "0.18.1", features = ["extension-module"] }
pyo3 = { version = "0.19.0", features = ["extension-module"] }

[features]
extension-module = ["pyo3/extension-module"]
Expand Down
Loading

0 comments on commit 16b83de

Please sign in to comment.