Skip to content

Commit

Permalink
Try #244:
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] committed Jan 19, 2022
2 parents 9249bf7 + f997908 commit 710fb36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Expand Up @@ -22,16 +22,16 @@ geo-types = { version = "0.7" }
gdal-sys = { path = "gdal-sys", version = "^0.5" }
ndarray = { version = "0.15", optional = true }
chrono = { version = "0.4" }
bitflags = "1.2"
once_cell = "1.8"
bitflags = "1.3"
once_cell = "1.9"

[build-dependencies]
gdal-sys = { path = "gdal-sys", version = "^0.5" }
semver = "1.0"

[dev-dependencies]
tempfile = "3.2"
trybuild = "1.0.42"
tempfile = "3.3"
trybuild = "1.0"

[workspace]
members = ["gdal-sys"]
Expand Down
4 changes: 2 additions & 2 deletions bors.toml
@@ -1,5 +1,5 @@
status = [
"ci ubuntu-20.04",
"ci ubuntu-20.04 (--all-features)",
"ci ubuntu-lts",
"ci ubuntu-lts (--all-features)",
"clippy"
]

0 comments on commit 710fb36

Please sign in to comment.