Skip to content

Commit 7c2a318

Browse files
weiznichlnicola
authored andcommitted
Run rustfmt
1 parent 50594b1 commit 7c2a318

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.gitmodules

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
[submodule "gdal-src/source"]
22
path = gdal-src/source
33
url = https://github.com/OSGeo/gdal
4-
rev = 654f4907abbbf6bf4226d58a8c067d134eaf3ce9

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ check-cfg = [
6363
]
6464

6565
[patch.crates-io]
66-
proj-sys = { git = "https://github.com/GiGainfosystems/proj", rev = "dc67b5afc17bc7d330371e4406dffd65cf9321cd" }
66+
proj-sys = { git = "https://github.com/GiGainfosystems/proj", rev = "44a503869709ea793a5f8452bfb9e2a99b7160fc" }

gdal-src/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ extern crate netcdf_src;
1111
#[cfg(feature = "DRIVER_PG")]
1212
extern crate pq_src;
1313

14-
extern crate proj_sys;
1514
extern crate link_cplusplus;
15+
extern crate proj_sys;

0 commit comments

Comments
 (0)