Skip to content

Commit 236b914

Browse files
committed
Add feature 4.9.3
1 parent c9c0d42 commit 236b914

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

netcdf-sys/build.rs

+1
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ fn main() {
294294
Version::new(4, 9, 0),
295295
Version::new(4, 9, 1),
296296
Version::new(4, 9, 2),
297+
Version::new(4, 9, 3),
297298
// Keep this list up to date with netcdf/build.rs
298299
];
299300

netcdf/build.rs

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ fn main() {
2020
Version::new(4, 9, 0),
2121
Version::new(4, 9, 1),
2222
Version::new(4, 9, 2),
23+
Version::new(4, 9, 3),
2324
// Keep this list up to date with netcdf-sys/build.rs
2425
];
2526

0 commit comments

Comments
 (0)