Skip to content

Commit

Permalink
fix: use curl@8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jan 15, 2025
1 parent a6e2e9a commit 36e3c14
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MPL-2.0"
name = "fluentci-engine"
readme = "../../README.md"
repository = "https://github.com/fluentci-io/fluentci-engine"
version = "0.4.11"
version = "0.4.12"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion crates/cli/src/cmd/call.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ pub fn download_module(url: &str) -> Result<Wasm, Error> {
}

let cmd = format!(
"pkgx +rockdaboot.github.io/libpsl +curl.se curl -s {} -o {}",
"pkgx +rockdaboot.github.io/libpsl +curl.se@8.5.0 curl -s {} -o {}",
url, filename
);
fs::create_dir_all(&work_dir)?;
Expand Down

0 comments on commit 36e3c14

Please sign in to comment.