Skip to content

Commit

Permalink
Merge pull request #56 from NetsBlox/bump-v0.3
Browse files Browse the repository at this point in the history
bump version to 0.3.0
  • Loading branch information
brollb authored Apr 3, 2023
2 parents 4a48a2e + b995b3a commit fd768ef
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions 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 crates/api-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "netsblox-api-common"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
license = "MIT"
description = """
Expand Down
4 changes: 2 additions & 2 deletions crates/api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "netsblox-api"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
license = "MIT"
description = """
Expand All @@ -13,7 +13,7 @@ A client library for the NetsBlox cloud API
serde = { version = "1.0.130", features = ["derive"] }
reqwest = {version = "0.11.9", features = ["json", "cookies"]}
futures-util = "0.3.19"
netsblox-api-common = { path = "../api-common", version = "0.2.0" }
netsblox-api-common = { path = "../api-common", version = "0.3.0" }
tokio-tungstenite = {version = "0.16.1", features = ["native-tls"] }
tungstenite = "0.16.0"
tokio = "1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "netsblox-cli"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
license = "MIT"
description = """
Expand All @@ -20,7 +20,7 @@ confy = "0.4.0"
serde = { version = "1.0.130", features = ["derive"] }
inquire = "0.3.0-alpha.1"
reqwest = {version = "0.11.9", features = ["json", "cookies"]}
netsblox-api = { path = "../api", version = "0.2.0" }
netsblox-api = { path = "../api", version = "0.3.0" }
futures-util = "0.3.19"
exitcode = "1.1.2"
xmlparser = "0.13.5"
Expand Down
4 changes: 2 additions & 2 deletions crates/cloud-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "netsblox-cloud-common"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
license = "MIT"
description = """
Expand All @@ -14,7 +14,7 @@ serde = "1.0.130"
serde_json = "1.0.59"
mongodb = "2.1.0"
passwords = "3.1.8"
netsblox-api-common = { path = "../api-common", version = "0.2.0", features = ["to_bson"] }
netsblox-api-common = { path = "../api-common", version = "0.3.0", features = ["to_bson"] }
uuid = { version = "1.0.0-alpha.1", features = ["v4", "fast-rng"] }
sha2 = "0.10.0"
hex = "0.4.3"
4 changes: 2 additions & 2 deletions crates/cloud/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "netsblox-cloud"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
license = "MIT"
description = """
Expand Down Expand Up @@ -34,7 +34,7 @@ config = "0.11.0"
itertools = "0.10.3"
uuid = { version = "1.0.0-alpha.1", features = ["v4", "fast-rng"] }
derive_more = "0.99.17"
netsblox-cloud-common = { path = "../cloud-common", version = "0.2.0" }
netsblox-cloud-common = { path = "../cloud-common", version = "0.3.0" }
reqwest = {version = "0.11.9", features = ["cookies", "json"]}
lru = "0.7.3"
lettre = {version = "0.10.0-rc.4", features = ["smtp-transport", "builder"]}
Expand Down
4 changes: 2 additions & 2 deletions crates/migrate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "netsblox-migrate"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
netsblox-cloud-common = { path = "../cloud-common", version = "0.2.0" }
netsblox-cloud-common = { path = "../cloud-common", version = "0.3.0" }
mongodb = "2.1.0"
serde = "1.0.130"
serde_json = "1.0.59"
Expand Down

0 comments on commit fd768ef

Please sign in to comment.