Skip to content

Commit

Permalink
cargo/pnpm update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryex committed Mar 31, 2024
1 parent 60332b4 commit 41cdf86
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 59 deletions.
1 change: 1 addition & 0 deletions ic10emu/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ pub enum ConnectionRole {
}

impl Connection {
#[allow(dead_code)]
fn from(typ: ConnectionType, _role: ConnectionRole) -> Self {
match typ {
ConnectionType::None
Expand Down
49 changes: 17 additions & 32 deletions ic10emu_wasm/Cargo.lock

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

2 changes: 1 addition & 1 deletion ic10emu_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde-wasm-bindgen = "0.6.5"
itertools = "0.12.1"
serde = { version = "1.0.197", features = ["derive"] }
serde_with = "3.7.0"
tsify = { version = "0.4.5", default-Vfeatures = false, features = ["js", "wasm-bindgen"] }
tsify = { version = "0.4.5", default-features = false, features = ["js", "wasm-bindgen"] }
thiserror = "1.0.58"

[features]
Expand Down
61 changes: 35 additions & 26 deletions www/pnpm-lock.yaml

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

0 comments on commit 41cdf86

Please sign in to comment.