Skip to content

Commit

Permalink
chore: release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
conorsch committed Dec 29, 2023
1 parent 1e7b0ec commit 3898282
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "innisfree"
version = "0.3.0-alpha.0"
version = "0.3.0"
authors = ["Conor Schaefer <[email protected]>"]
edition = "2021"
description = "Exposes local services on public IPv4 address, via cloud server."
Expand All @@ -12,14 +12,14 @@ categories = ["command-line-utilities", "network-programming"]
keywords = ["self-hosting", "wireguard"]

[dependencies]
anyhow = "*"
anyhow = "1"
async-trait = "0.1"
clap = { version = "4", features = ["env", "derive", "cargo"] }
futures = "0.3"
home = "~0.5"
ipnet = "~2"
log = "~0.4"
osshkeys = { version = "*" }
osshkeys = "0.7"
pnet = "~0.28"
rand = "~0.8"
reqwest = { version = "0.11", features = ["json", "rustls"] }
Expand Down

0 comments on commit 3898282

Please sign in to comment.