Skip to content

Commit

Permalink
chore: release 0.34.0 (#1312)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv authored Jan 8, 2025
1 parent 0266d70 commit c1ab6e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions 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.33.3"
version = "0.34.0"
authors = ["rattler-build contributors <hi@prefix.dev>"]
repository = "https://github.com/prefix-dev/rattler-build"
edition = "2021"
Expand Down Expand Up @@ -53,7 +53,7 @@ serde_json = "1.0.135"
reqwest = { version = "0.12.12", default-features = false, features = [
"multipart",
] }
tokio = { version = "1.42.0", features = ["rt", "macros", "rt-multi-thread", "process"] }
tokio = { version = "1.43.0", features = ["rt", "macros", "rt-multi-thread", "process"] }
itertools = "0.14.0"
content_inspector = "0.2.4"
serde_with = "3.12.0"
Expand Down

0 comments on commit c1ab6e6

Please sign in to comment.