This repository has been archived by the owner on Jul 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9458f3c
commit be4d5d8
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[package] | ||
name = "fire-stream-api" | ||
description = "A more or less simple communication protocol library." | ||
version = "0.2.6" | ||
version = "0.3.0" | ||
authors = ["Sören meier <[email protected]>"] | ||
repository = "https://github.com/fire-lib/fire-stream" | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
rust-version = "1.64" | ||
rust-version = "1.67" | ||
|
||
[[test]] | ||
name = "complete" | ||
|
@@ -20,7 +20,7 @@ json = ["stream/json", "serde", "serde_json"] | |
protobuf = ["fire-protobuf"] | ||
|
||
[dependencies] | ||
stream = { package = "fire-stream", version = "0.3.1", path = "./../fire-stream", default-features = false } | ||
stream = { package = "fire-stream", version = "0.4.0", path = "./../fire-stream", default-features = false } | ||
crypto = { package = "fire-crypto", version = "0.4", features = ["cipher", "signature"], optional = true } | ||
bytes = { package = "simple-bytes", version = "0.2.6" } | ||
tokio = { version = "1.0", features = ["net", "io-util", "time", "sync"], optional = true } | ||
|