Skip to content

Commit 5a2095f

Browse files
committed
Update libaec to v1.1.4
1 parent b45e369 commit 5a2095f

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "aec-sys/libaec-1.1.3"]
2-
path = libaec-sys/libaec-1.1.3
2+
path = libaec-sys/libaec-1.1.4
33
url = https://gitlab.dkrz.de/k202009/libaec.git

libaec-sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use std::{env, path::PathBuf};
33
fn main() -> Result<(), Box<dyn std::error::Error>> {
44
println!("cargo:rerun-if-changed=build.rs");
55

6-
let dst = cmake::build("libaec-1.1.3");
6+
let dst = cmake::build("libaec-1.1.4");
77
println!(
88
"cargo:rustc-link-search=native={}",
99
dst.join("lib").display()

libaec-sys/libaec-1.1.3

Lines changed: 0 additions & 1 deletion
This file was deleted.

libaec-sys/libaec-1.1.4

Submodule libaec-1.1.4 added at 7204505

0 commit comments

Comments
 (0)