Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toddtreece committed Jan 13, 2020
1 parent 19a2519 commit 30c511f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
19 changes: 10 additions & 9 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dlphn"
version = "0.3.1"
version = "0.4.0"
authors = ["Todd Treece <[email protected]>"]
description = "a humble sensor data logger."
homepage = "https://github.com/toddtreece/dlphn-rs"
Expand All @@ -25,6 +25,7 @@ chrono = { version = "0.4.10", features = ["serde"] }
local-ip = "0.1"
rust-embed="5.2.0"
mime_guess = "2"
tokio = "0.2.9"

[dependencies.rusqlite]
version = "0.21.0"
Expand Down

0 comments on commit 30c511f

Please sign in to comment.