Skip to content

Commit

Permalink
Merge pull request #151 from dklassic/jsc-version-lock
Browse files Browse the repository at this point in the history
Lock webkit2gtk version to 1.0
  • Loading branch information
wusyong authored Oct 2, 2023
2 parents 52085ee + e95f84a commit 1017da0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changes/jsclock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"webkit2gtk-sys": patch
"webkit2gtk-rs": patch
---

Lock webkit2gtk version to 1.0.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ gtk-sys = "^0.16.0"

[dependencies.java_script_core]
package = "javascriptcore-rs"
version = "1.0"
version = "=1.0"

[dependencies.soup]
package = "soup3"
Expand Down
2 changes: 1 addition & 1 deletion gir
Submodule gir updated 147 files
2 changes: 1 addition & 1 deletion sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ libc = "0.2"

[dependencies.java_script_core]
package = "javascriptcore-rs-sys"
version = "1.0"
version = "=1.0"

[dependencies.soup]
package = "soup3-sys"
Expand Down

0 comments on commit 1017da0

Please sign in to comment.