We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07b952 commit 97192acCopy full SHA for 97192ac
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