Skip to content

Commit

Permalink
Merge pull request #42 from wravery/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
wravery authored Feb 2, 2025
2 parents dab2d0b + b181f51 commit 3ab7738
Show file tree
Hide file tree
Showing 9 changed files with 224 additions and 172 deletions.
18 changes: 10 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repository = "https://github.com/tauri-apps/cef-rs"

[workspace.dependencies]
cef-dll-sys = { version = "132.3.1", path = "sys" }
download-cef = { version = "1.1", path = "download-cef" }
download-cef = { version = "1.2", path = "download-cef" }

anyhow = "1"
bindgen = "0.71"
Expand All @@ -33,6 +33,7 @@ proc-macro2 = "1"
quote = "1"
regex = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
syn = { version = "2", features = ["full"] }
thiserror = "2"

Expand Down
4 changes: 2 additions & 2 deletions download-cef/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "download-cef"
description = "Download and extract pre-built CEF (Chromium Embedded Framework) archives."
version = "1.1.1"
version = "1.2.0"

edition.workspace = true
license.workspace = true
Expand All @@ -16,4 +16,4 @@ bzip2 = { version = "0.5", default-features = false, features = ["libbz2-rs-sys"
indicatif = "0.17"
sha1_smol = "1"
tar = "0.4"
ureq = { version = "3", features = [ "json" ] }
ureq = { version = "3", features = ["json"] }
Loading

0 comments on commit 3ab7738

Please sign in to comment.