We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec4c2e commit 9f6571cCopy full SHA for 9f6571c
netcdf-sys/build.rs
@@ -294,6 +294,7 @@ fn main() {
294
Version::new(4, 9, 0),
295
Version::new(4, 9, 1),
296
Version::new(4, 9, 2),
297
+ Version::new(4, 9, 3),
298
// Keep this list up to date with netcdf/build.rs
299
];
300
netcdf/build.rs
@@ -20,6 +20,7 @@ fn main() {
20
21
22
23
24
// Keep this list up to date with netcdf-sys/build.rs
25
26
0 commit comments