Skip to content

Commit

Permalink
Relax rust-version for wasi-preview1-component-adapter-provider
Browse files Browse the repository at this point in the history
This crate is distributed on crates.io to allow access to the adapter
via a Rust API and doesn't need to have the same requirement as the rest
of the workspace.
  • Loading branch information
alexcrichton committed Sep 30, 2024
1 parent 7cc466a commit 59b8412
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ documentation = "https://docs.rs/wasi-preview1-component-adapter-provider/"
categories = ["wasm"]
keywords = ["webassembly", "wasm"]
edition.workspace = true
rust-version.workspace = true

# NB: this is intentionally smaller than the workspace as this crate is just a
# few `include_bytes!` so can have a more conservative version than the rest of
# the workspace.
rust-version = "1.60.0"

[lints]
workspace = true
Expand Down

0 comments on commit 59b8412

Please sign in to comment.