Skip to content

Commit

Permalink
Update to [email protected] to support latest nightly (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Jul 27, 2024
1 parent 3d12561 commit 4a8c648
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
4 changes: 2 additions & 2 deletions libs/Cargo.lock

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

21 changes: 17 additions & 4 deletions libs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
[workspace]
members = ["./pavex*", "generate_from_path", "persist_if_changed", "px_workspace_hack"]
members = [
"./pavex*",
"generate_from_path",
"persist_if_changed",
"px_workspace_hack",
]
resolver = "2"

[workspace.package]
Expand Down Expand Up @@ -72,14 +77,16 @@ redact = "0.1.9"
regex = "1.10.2"
relative-path = "1.9"
remove_dir_all = "0.8.2"
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"] }
reqwest = { version = "0.12", default-features = false, features = [
"rustls-tls",
] }
reqwest-middleware = "0.3.0"
reqwest-retry = "0.5.0"
reqwest-tracing = "0.5.0"
ring = "0.17.3"
ron = "0.8"
rusqlite = "0.31"
rustdoc-types = "0.26.0"
rustdoc-types = "0.28.0"
sanitize-filename = "0.5"
self-replace = "1.3.7"
semver = "1.0.21"
Expand Down Expand Up @@ -136,7 +143,13 @@ ci = ["github"]
# The installers to generate for each app
installers = ["shell", "powershell"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
targets = [
"aarch64-apple-darwin",
"x86_64-apple-darwin",
"x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",
"x86_64-pc-windows-msvc",
]
# Publish jobs to run in CI
pr-run-mode = "plan"
# Skip checking whether the specified configuration files are up to date
Expand Down

0 comments on commit 4a8c648

Please sign in to comment.