Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
[fire-stream-api] Publish v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenmeier committed Oct 31, 2023
1 parent 9458f3c commit be4d5d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Rust
uses: dtolnay/rust-toolchain@1.64
uses: dtolnay/rust-toolchain@1.67
- name: Build no features
run: cargo build --no-default-features
- name: Run tests no features
Expand Down
6 changes: 3 additions & 3 deletions fire-stream-api/Cargo.toml
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"
Expand All @@ -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 }
Expand Down

0 comments on commit be4d5d8

Please sign in to comment.