Skip to content

Commit

Permalink
Release 0.35.6 (#1364)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv authored Jan 20, 2025
1 parent bbc6a40 commit beb5c66
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["rust-tests"]

[package]
name = "rattler-build"
version = "0.35.5"
version = "0.35.6"
authors = ["rattler-build contributors <hi@prefix.dev>"]
repository = "https://github.com/prefix-dev/rattler-build"
edition = "2021"
Expand Down
5 changes: 3 additions & 2 deletions py-rattler-build/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 py-rattler-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "py-rattler-build"
version = "0.35.5"
version = "0.35.6"
edition = "2021"
license = "BSD-3-Clause"
publish = false
Expand Down
1 change: 1 addition & 0 deletions src/source/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ pub async fn fetch_sources(
}
Source::Url(src) => {
let first_url = src.urls().first().expect("we should have at least one URL");
tracing::info!("Fetching source from url: {}", first_url);
let file_name_from_url = first_url
.path_segments()
.and_then(|segments| segments.last().map(|last| last.to_string()))
Expand Down

0 comments on commit beb5c66

Please sign in to comment.