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 Mar 15, 2024
2 parents 8a9caf5 + 9475341 commit 1114bf9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ 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.57", optional = true }
serde = { version = "1.0.197", features = ["derive"], optional = true }
thiserror = { version = "1.0.58", 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.34", optional = true }
chrono = { version = "0.4.35", optional = true }

# Edit `Makefile` and `src/lib.src` after making changes in this section:
[features]
Expand Down Expand Up @@ -80,4 +80,4 @@ all-features = true

[dev-dependencies]
# To test `serde` feature expectaions:
serde_json = "1.0.113"
serde_json = "1.0.114"

0 comments on commit 1114bf9

Please sign in to comment.