File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description = "Accelerating GeoTIFF readers with Rust."
66readme = " README.md"
77repository = " https://github.com/weiji14/foss4g2025"
88license = " MPL-2.0"
9- rust-version = " 1.85 .0"
9+ rust-version = " 1.89 .0"
1010authors = [" Wei Ji <23487320+weiji14@users.noreply.github.com>" ]
1111
1212[dependencies ]
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ use url::Url;
3636
3737// gdal
3838fn read_geotiff_gdal ( fpath : & str , n_threads : usize ) {
39- let n_threads: String = format ! ( "NUM_THREADS={}" , n_threads ) ;
39+ let n_threads: String = format ! ( "NUM_THREADS={n_threads}" ) ;
4040 let options = DatasetOptions {
4141 open_flags : GdalOpenFlags :: default ( ) ,
4242 allowed_drivers : Some ( & [ "LIBERTIFF" ] ) ,
You can’t perform that action at this time.
0 commit comments