Unverified Commit 53788126 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #248198 from figsoda/component

cargo-component: unstable-2023-07-28 -> unstable-2023-08-03
parents a888946d 46a69716
Loading
Loading
Loading
Loading
+33 −0
Original line number Diff line number Diff line
@@ -3728,6 +3728,39 @@ dependencies = [
 "winapi",
]

[[package]]
name = "wit"
version = "0.1.0"
dependencies = [
 "anyhow",
 "assert_cmd",
 "bytes",
 "cargo-component-core",
 "clap",
 "futures",
 "indexmap 2.0.0",
 "log",
 "p256",
 "predicates",
 "pretty_env_logger",
 "rand_core",
 "rpassword",
 "semver",
 "serde",
 "tokio",
 "tokio-util",
 "toml_edit",
 "url",
 "warg-client",
 "warg-crypto",
 "warg-protocol",
 "warg-server",
 "wasm-metadata 0.10.1",
 "wasmparser 0.110.0",
 "wit-component 0.13.1",
 "wit-parser",
]

[[package]]
name = "wit-bindgen"
version = "0.9.0"
+3 −3
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

rustPlatform.buildRustPackage {
  pname = "cargo-component";
  version = "unstable-2023-07-28";
  version = "unstable-2023-08-03";

  src = fetchFromGitHub {
    owner = "bytecodealliance";
    repo = "cargo-component";
    rev = "b58f10c867f666c1c799b766fb8cd1941ede8ed7";
    hash = "sha256-BwrbenOg+Q6BAy/Mn8AHB0VvvIZ0cYvq4r791QEFTdo=";
    rev = "d14cef65719d0d186218d1dfe5f04bbbf295dc80";
    hash = "sha256-dFaboXF5NXPE2xcJWanyP5WYpqJBq+xKpi6snNfIWJg=";
  };

  cargoLock = {