Skip to content

Commit f9849c0

Browse files
committed
cargo sort
1 parent 6a836e2 commit f9849c0

4 files changed

Lines changed: 6 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ crossterm = "0.28"
1313
dialoguer = "0.11.0"
1414
dirs = "6.0"
1515

16-
1716
git2 = "0.20.1"
1817
home = "0.5.4"
1918
indicatif = "0.17.11"
@@ -27,11 +26,11 @@ reqwest = { version = "0.12.18", default-features = false }
2726
serde = "1"
2827
serde_json = "1.0.82"
2928
serde_repr = "0.1"
29+
smbcloud-auth = { version = "0.3", path = "crates/smbcloud-auth" }
30+
smbcloud-auth-sdk = { version = "0.3", path = "crates/smbcloud-auth-sdk" }
3031
smbcloud-model = { version = "0.3", path = "crates/smbcloud-model" }
3132
smbcloud-network = { version = "0.3", path = "crates/smbcloud-network" }
3233
smbcloud-networking = { version = "0.3", path = "crates/smbcloud-networking" }
33-
smbcloud-auth = { version = "0.3", path = "crates/smbcloud-auth" }
34-
smbcloud-auth-sdk = { version = "0.3", path = "crates/smbcloud-auth-sdk" }
3534
smbcloud-networking-project = { version = "0.3", path = "crates/smbcloud-networking-project" }
3635
smbcloud-utils = { version = "0.3", path = "crates/smbcloud-utils" }
3736
spinners = "4.1.0"

crates/smbcloud-auth-py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smbcloud-auth-py"
3-
version = "0.3.34"
3+
version = "0.3.35"
44
edition = "2024"
55
authors = ["Seto Elkahfi <hej@setoelkahfi.se>"]
66
description = "Python bindings for the smbCloud Auth SDK."

crates/smbcloud-auth-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smbcloud-auth-wasm"
3-
version = "0.3.34"
3+
version = "0.3.35"
44
edition = "2024"
55
authors = ["Seto Elkahfi <hej@setoelkahfi.se>"]
66
description = "Browser bindings for the smbCloud Auth SDK."

0 commit comments

Comments
 (0)