Skip to content

Commit

Permalink
release version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
returntoreality committed Mar 13, 2022
1 parent 0673724 commit 35190d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 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 = "wirespider"
version = "0.2.0"
version = "0.3.0"
authors = ["Linus Karl <[email protected]>"]
license = "GPL-3"
edition = "2021"
Expand Down Expand Up @@ -30,7 +30,7 @@ sqlx = { version = "0.5", default-features = false, features = [ "runtime-tokio-
base64 = "0.13"
rand = { version = "0.8", features = ["getrandom"] }
ipnet = "2.3"
eui48 = {git = "https://github.com/oblique/eui48.git", rev = "7ac583d6766ff423de88483fb2c458b554c0ad0d"}
eui48 = "1.1.0"
uuid = { version = "0.8", features = ["v4"] }
tempfile = "3.3"

Expand Down

0 comments on commit 35190d7

Please sign in to comment.