Skip to content

Commit

Permalink
Merge branch 'master' of github.com:persian-tools/rust-persian-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ali77gh committed Feb 12, 2024
2 parents 91e08a5 + 41f6218 commit 735b202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ include = ["src/**/*.rs", "Cargo.toml", "LICENSE", "README.md", "Contributing.md
[dependencies]
urlencoding = { version = "2.1.3", optional = true }
serde = { version = "1.0.196", features = ["derive"], optional = true }
thiserror = { version = "1.0.56", optional = true }
thiserror = { version = "1.0.57", optional = true }
num = { version = "0.4", optional = true }
num-derive = { version = "0.4", optional = true }
num-traits = { version = "0.2", optional = true }
chrono = { version = "0.4.33", optional = true }
chrono = { version = "0.4.34", optional = true }

# Edit `Makefile` and `src/lib.src` after making changes in this section:
[features]
Expand Down

0 comments on commit 735b202

Please sign in to comment.