Skip to content

Commit

Permalink
Publish concoct-web v0.1.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthunz committed Jan 20, 2024
1 parent 7b9628e commit 485201d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions crates/concoct-web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[package]
name = "concoct-web"
version = "0.1.0"
version = "0.1.0-alpha.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
license = "MIT OR Apache-2.0"
description = "Web backend for concoct"
repository = "https://github.com/concoct-rs/concoct"

[dependencies]
concoct = { path = "../concoct" }
concoct = "0.17.0-alpha.2"
web-sys = { version = "0.3.66", features = ["Document", "Event", "HtmlElement", "HtmlCollection", "Text", "Window"] }
4 changes: 2 additions & 2 deletions web_examples/counter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version = "0.1.0"
edition = "2021"

[dependencies]
concoct = { path = "../../crates/concoct" }
concoct-web = { path = "../../crates/concoct-web" }
concoct = "0.17.0-alpha.2"
concoct-web = "0.1.0-alpha.1"
wasm-bindgen-futures = "0.4.40"
console_error_panic_hook = "0.1.7"
tracing-wasm = { version = "0.2.1" }
Expand Down

0 comments on commit 485201d

Please sign in to comment.