Skip to content

Commit

Permalink
v0.6.3-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumEntangledAndy committed Oct 28, 2023
1 parent 07636a4 commit 459c925
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "neolink"
description = "A standards-compliant bridge to Reolink IP cameras"
version = "0.6.2"
version = "0.6.3-rc.1"
authors = ["George Hilliard <[email protected]>", "Andrew King <[email protected]>"]
edition = "2018"
license = "AGPL-3.0-or-later"
Expand Down Expand Up @@ -31,7 +31,7 @@ heck = "0.4.1"
lazy_static = "1.4.0"
log = { version = "0.4.17", features = [ "release_max_level_debug" ] }
md5 = "0.7.0"
neolink_core = { path = "crates/core", version = "0.6.2" }
neolink_core = { path = "crates/core", version = "0.6.3-rc.1" }
regex = "1.7.3"
rumqttc = "0.22.0"
serde = { version = "1.0.160", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "neolink_core"
description = "Core services and structure for Reolink IP cameras"
version = "0.6.2"
version = "0.6.3-rc.1"
authors = ["George Hilliard <[email protected]>", "Andrew King <[email protected]>"]
edition = "2018"
license = "AGPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion crates/pushnoti/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env_logger = "0.10.0"
fcm-push-listener = "2.0.1"
lazy_static = "1.4.0"
log = { version = "0.4.17", features = [ "release_max_level_debug" ] }
neolink_core = { path = "../core", version = "0.6.2" }
neolink_core = { path = "../core", version = "0.6.3-rc.1" }
regex = "1.8.1"
serde = "1.0.163"
tokio = { version = "1.28.1", features = ["full"] }
Expand Down

0 comments on commit 459c925

Please sign in to comment.