Skip to content

Commit

Permalink
Merge pull request #4 from p4ken/update-dev-deps
Browse files Browse the repository at this point in the history
Update geozero
  • Loading branch information
p4ken authored Feb 25, 2024
2 parents f903930 + 00fb5da commit 5b8a35f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Rust

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 0 * * *'
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ geozero = ["dep:geozero"]

[dependencies]
geo-types = { version = "0.7.11" }
geozero = { version = "0.11.0", optional = true }
geozero = { version = "0.12.0", optional = true }
serde = { version = "1.0.188" }

[dev-dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
flatgeobuf = { version = "=4.0.0", default-features = false }
flatgeobuf = { version = "=4.1.0", default-features = false }
geo-types = { version = "0.7.11", features = ["serde"] }
geozero = { version = "0.11.0" }
geozero = { version = "0.12.0" }
serde = { version = "1.0.188", features = ["derive"] }

0 comments on commit 5b8a35f

Please sign in to comment.