Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
Remove unneeded dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
codesections committed Apr 11, 2020
1 parent 5d2b0b9 commit 0eec8f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
12 changes: 1 addition & 11 deletions Cargo.lock

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

7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "flodgatt"
description = "A blazingly fast drop-in replacement for the Mastodon streaming api server"
version = "0.8.1"
version = "0.8.2"
authors = ["Daniel Long Sockwell <daniel@codesections.com", "Julian Laubstein <contact@julianlaubstein.de>"]
edition = "2018"

Expand All @@ -15,7 +15,6 @@ serde_json = "1.0.50"
serde_derive = "1.0.90"
pretty_env_logger = "0.3.0"
postgres = "0.17.0"
uuid = { version = "0.7", features = ["v4"] }
dotenv = "0.14.0"
postgres-openssl = { git = "https://github.com/sfackler/rust-postgres.git"}
url = "2.1.0"
Expand Down Expand Up @@ -43,9 +42,9 @@ stub_status = []
production = []

[profile.release]
#lto = "fat"
lto = "fat"
#panic = "abort"
#codegen-units = 1
codegen-units = 1



0 comments on commit 0eec8f6

Please sign in to comment.