Skip to content

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Dec 9, 2022
1 parent 3a3dee7 commit 6e3ad62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions aggligator-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aggligator-util"
version = "0.1.0-pre2"
version = "0.1.0"
edition = "2021"
rust-version = "1.65"
authors = ["Sebastian Urban <[email protected]>"]
Expand Down Expand Up @@ -31,7 +31,7 @@ monitor = ["crossterm"]
dump = ["aggligator/dump"]

[dependencies]
aggligator = { version = "0.1.0-pre2", path = "../aggligator" }
aggligator = { version = "0.1.0", path = "../aggligator" }

futures = "0.3"
tokio = { version = "1.21", features = ["net", "rt", "rt-multi-thread"] }
Expand Down
2 changes: 1 addition & 1 deletion aggligator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aggligator"
version = "0.1.0-pre2"
version = "0.1.0"
edition = "2021"
rust-version = "1.65"
authors = ["Sebastian Urban <[email protected]>"]
Expand Down

0 comments on commit 6e3ad62

Please sign in to comment.