Skip to content

Commit

Permalink
Fix lexical-core issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sammdot committed Sep 15, 2021
1 parent b28f9fd commit b6e5af2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ readme = "README.md"
[package.metadata.maturin]
classifier = ["Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9"]

[patch.crates-io]
lexical-core = {git = 'https://github.com/Gelbpunkt/rust-lexical', branch = 'fix-warnings-and-update-deps'}

[lib]
name = "rtfcre"
crate_type = ["cdylib"]
Expand Down

0 comments on commit b6e5af2

Please sign in to comment.