Skip to content

Commit 371ffa6

Browse files
author
Wu Yu Wei
committed
Update link to javascriptcoregtk-4.1
1 parent f3864a9 commit 371ffa6

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.changes/link.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"javascriptcore-rs-sys": patch
3+
---
4+
5+
Update link library to javascriptcoregtk-4.1.

sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ name = "javascriptcore-rs-sys"
99
repository = "https://github.com/tauri-apps/javascriptcore-rs"
1010
version = "0.5.0"
1111

12-
[package.metadata.system-deps.javascriptcoregtk_4_0]
13-
name = "javascriptcoregtk-4.0"
12+
[package.metadata.system-deps.javascriptcoregtk_4_1]
13+
name = "javascriptcoregtk-4.1"
1414
version = "2.24"
1515

1616
[package.metadata.docs.rs]

sys/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ impl ::std::fmt::Debug for JSCWeakValue {
364364
}
365365
}
366366

367-
#[link(name = "javascriptcoregtk-4.0")]
367+
#[link(name = "javascriptcoregtk-4.1")]
368368
extern "C" {
369369

370370
//=========================================================================

sys/tests/abi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use std::{
1414
};
1515
use tempfile::Builder;
1616

17-
static PACKAGES: &[&str] = &["javascriptcoregtk-4.0"];
17+
static PACKAGES: &[&str] = &["javascriptcoregtk-4.1"];
1818

1919
#[derive(Clone, Debug)]
2020
struct Compiler {

0 commit comments

Comments
 (0)