Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdaq committed Sep 3, 2023
1 parent ce06578 commit 31da104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rts"
version = "16.0.0"
version = "16.1.0"
authors = ["Bohdan Tsap <[email protected]>"]
repository = "https://github.com/bohdaq/rust-web-server"
description = "rust-tls-server is a web server capable of serving static content over https."
Expand All @@ -11,6 +11,6 @@ license = "MIT OR Apache-2.0 OR ISC OR LGPL-3.0-or-later OR CC-BY-4.0"

[dependencies]
openssl = { version="0.10.42", features = ["vendored"] }
rust-web-server = "16.0.0"
rust-web-server = "16.1.0"
file-ext = "12.0.0"
rcgen = "0.10.0"

0 comments on commit 31da104

Please sign in to comment.