Skip to content

Commit

Permalink
release: v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesreprise committed Feb 19, 2023
1 parent ac703fb commit 0f8dec0
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
68 changes: 34 additions & 34 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,6 +1,6 @@
[package]
name = "instrumentality"
version = "0.2.5"
version = "0.2.2"
edition = "2021"
description = "A data aggregation platform."
authors = ["James <james \"at\" berserksystems.com>"]
Expand All @@ -26,7 +26,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tokio = "1.25"
tokio-stream = "0.1"
futures-util = "0.3"
mongodb = "2.4.0-beta.1"
mongodb = "2.4.0-beta.2"
toml = "0.7"
chrono = { version = "0.4", default_features = false, features = ["serde"] }
serde = "1.0"
Expand Down

0 comments on commit 0f8dec0

Please sign in to comment.