Skip to content

Commit

Permalink
Ran taplo fmt
Browse files Browse the repository at this point in the history
Also switched to short-hand dependency version format where possible.
  • Loading branch information
bushrat011899 committed Nov 12, 2023
1 parent b052ebd commit dafed55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion matchbox_signaling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ futures = { version = "0.3", default-features = false, features = ["alloc"] }
uuid = { version = "1.4", features = ["serde", "v4"] }
thiserror = "1.0"
tokio-stream = "0.1"
async-trait = { version = "0.1" }
async-trait = "0.1"

[dev-dependencies]
tokio-tungstenite = "0.20.0"
Expand Down
6 changes: 3 additions & 3 deletions matchbox_socket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
log = { version = "0.4", default-features = false }
thiserror = "1.0"
cfg-if = "1.0"
async-trait = { version = "0.1" }
async-trait = "0.1"
once_cell = { version = "1.17", default-features = false, features = [
"race",
"alloc",
Expand Down Expand Up @@ -73,7 +73,7 @@ web-sys = { version = "0.3.22", default-features = false, features = [
"RtcSessionDescription",
"RtcSessionDescriptionInit",
] }
serde-wasm-bindgen = { version = "0.5" }
serde-wasm-bindgen = "0.5"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
async-tungstenite = { version = "0.23", default-features = false, features = [
Expand All @@ -85,4 +85,4 @@ bytes = { version = "1.1", default-features = false }
async-compat = { version = "0.2", default-features = false }

[dev-dependencies]
futures-test = { version = "0.3" }
futures-test = "0.3"

0 comments on commit dafed55

Please sign in to comment.