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

Commit

Permalink
Bump version num
Browse files Browse the repository at this point in the history
  • Loading branch information
tropicbliss committed Jul 3, 2021
1 parent 159bbc6 commit b85d645
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "buckshot"
version = "1.1.5"
version = "1.1.6"
authors = ["tropicbliss <[email protected]>"]
edition = "2018"

Expand All @@ -10,8 +10,8 @@ edition = "2018"
toml = "0.5.8"
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
reqwest = { version = "0.11.3", default_features = false, features = ["json", "multipart", "stream", "rustls-tls"] }
tokio = { version = "1.7.0", features = ["fs", "rt-multi-thread", "macros"] }
reqwest = { version = "0.11.4", default_features = false, features = ["json", "multipart", "stream", "rustls-tls"] }
tokio = { version = "1.8.0", features = ["fs", "rt-multi-thread", "macros"] }
chrono = "0.4.19"
webbrowser = "0.5.5"
bunt = "0.2.5"
Expand Down

0 comments on commit b85d645

Please sign in to comment.