Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemoldrup committed Nov 28, 2023
1 parent 5658451 commit 7a65c57
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Unreleased changes
## 1.1.1

- Stop `wccd` mode from minting to everyone faster than the specified TPS.
Stop `wccd` mode from minting to everyone faster than the specified TPS.

## 1.1.0

Expand Down
2 changes: 1 addition & 1 deletion generator/Cargo.lock

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

13 changes: 8 additions & 5 deletions generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
[package]
name = "generator"
version = "1.1.0"
version = "1.1.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
concordium-rust-sdk = { path = "../deps/concordium-rust-sdk", version = "*" }
clap = {version = "4", features = ["derive", "color"] }
clap = { version = "4", features = ["derive", "color"] }
anyhow = "1"
chrono = {version = "0.4", features = ["serde"] }
chrono = { version = "0.4", features = ["serde"] }
rand = "0.7"
tokio = {version = "1.27", features = ["rt-multi-thread", "macros", "time"]}
tonic = {version = "0.8", features = ["tls", "tls-roots"]} # Use system trust roots.
tokio = { version = "1.27", features = ["rt-multi-thread", "macros", "time"] }
tonic = { version = "0.8", features = [
"tls",
"tls-roots",
] } # Use system trust roots.
futures = "0.3.28"
http = "0.2.9"
serde_json = "1.0.96"

0 comments on commit 7a65c57

Please sign in to comment.