Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed May 24, 2023
1 parent a30c7d6 commit 9c58f4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ rstats = "1.2.50"
thiserror = "1.0"
parquet = {version = "40.0.0", default-features = false, features = ["arrow"]}
arrow = "40.0.0"
shadow-rs = {version = "0.21.0", default-features = false}
serde_yaml = "0.9.21"
whoami = "1.3.0"
either = {version = "1.8.1", features = ["serde"]}
Expand All @@ -61,7 +62,7 @@ rstest = "0.17.0"
pretty_env_logger = "0.5"

[build-dependencies]
shadow-rs = {version = "0.21.0", default-features = false}
shadow-rs = "0.21.0"

[features]
default = []
Expand Down

0 comments on commit 9c58f4d

Please sign in to comment.