Skip to content

Commit

Permalink
Build directly to wasip2
Browse files Browse the repository at this point in the history
  • Loading branch information
cdmurph32 committed Nov 11, 2024
1 parent 6d3b5b2 commit 93cbd73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion make_test_images/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ nom = "7.1.3"
regex = "1.5.6"
serde = "1.0.197"
serde_json = { version = "1.0.117", features = ["preserve_order"] }
tempfile = "3.10.1"
tempfile = { git = "https://github.com/cdmurph32/tempfile", branch = "update_rustix" }
4 changes: 2 additions & 2 deletions sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ serde_with = "3.11.0"
serde-transcode = "1.1.1"
sha1 = "0.10.6"
sha2 = "0.10.6"
tempfile = "3.10.1"
tempfile = { version = "3.14", features = ["nightly"] }
thiserror = "1.0.61"
treeline = "0.1.0"
url = "2.5.2"
url = "2.5.3"
uuid = { version = "1.10.0", features = ["serde", "v4"] }
x509-certificate = "0.23.1"
x509-parser = "0.16.0"
Expand Down

0 comments on commit 93cbd73

Please sign in to comment.