Skip to content

Commit

Permalink
stick env_logger with 0.10 to be able to build on readthedocs.org wit…
Browse files Browse the repository at this point in the history
…h rust 1.70
  • Loading branch information
nmandery committed Feb 2, 2024
1 parent 0e55c91 commit e919d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ crate-type = ["cdylib"]

[dependencies]
arrow = { version = "50.0.0", features = ["pyarrow"]}
env_logger = "^0.11"
env_logger = "^0.10" # Stick env_logger with 0.10 to be able to build on readthedocs.org with rust 1.70
geo-types = "^0.7"
rasterh3 = { version = "^0.6", features = ["rayon"] }
#h3arrow = { version = "0.2.0", features = ["geoarrow", "rayon"] }
Expand Down

0 comments on commit e919d5a

Please sign in to comment.