forked from thirtythreeforty/neolink
-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
07636a4
commit 459c925
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters