Skip to content

Commit

Permalink
Fixed Task SummaryField
Browse files Browse the repository at this point in the history
  • Loading branch information
lemaitre-aneo committed Dec 6, 2024
1 parent 765b2a3 commit 3351efc
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 71 deletions.
127 changes: 59 additions & 68 deletions packages/rust/armonik/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 packages/rust/armonik/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"
readme = "README.md"
name = "armonik"
repository = "https://github.com/aneoconsulting/ArmoniK.Api"
version = "3.21.0-beta-1"
version = "3.21.0-beta-2"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down Expand Up @@ -41,7 +41,7 @@ hyper-rustls = { version = "0.27", features = [
], optional = true }
rustls = { version = "0.23", features = ["ring"], optional = true }
tokio-util = { version = "0.7", optional = true }
tokio = { version = "1.41", default-features = false, optional = true }
tokio = { version = "1.42", default-features = false, optional = true }

[dev-dependencies]
eyre = "0.6"
Expand Down
Loading

0 comments on commit 3351efc

Please sign in to comment.