Skip to content

Commit

Permalink
feat: update to v0.1.2 of the rust geo-rasterize (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
msalib authored Jan 3, 2022
1 parent 53a7f7e commit 4fdc268
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# this just makes it so that Cargo.lock doesn't show up in diffs
Cargo.lock -diff
5 changes: 2 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib"]
[dependencies]
# we want to depend on 3.7+ because 3.6 just went EOL
pyo3 = { version = "0.15", features = ["extension-module", "anyhow", "abi3-py37"] }
geo-rasterize = "0.1.1"
geo-rasterize = "0.1.2"
numpy = "0.15"
geo-types = "0.7.2"
ndarray = "0.15.3"
Expand Down

0 comments on commit 4fdc268

Please sign in to comment.