Skip to content

Commit

Permalink
tag: v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zk-steve committed Sep 10, 2024
1 parent 9841f42 commit 367b697
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
.idea
6 changes: 3 additions & 3 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "aptos-testcontainer"
repository = "https://github.com/sota-zk-labs/aptos-testcontainer.git"
version = "0.0.5"
version = "0.1.2"

[dependencies]
anyhow = { version = "1.0.71" }
Expand All @@ -16,7 +16,7 @@ log = "0.4.22"
rand = "0.8.5"
regex = "1.10.6"
serde = { version = "1.0" }
testcontainers = { version = "0.21.1" }
testcontainers = { version = "0.22.0" }
thiserror = { version = "1.0.63" }
tiny-keccak = { version = "2.0.2", features = ["sha3"] }
tokio = { version = "1.40.0", features = ["rt", "rt-multi-thread", "macros"] }
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Aptos Test Container

[![crate](https://img.shields.io/crates/v/aptos-testcontainer.svg)](https://crates.io/crates/aptos-testcontainer)
[![License](https://img.shields.io/github/license/sota-zk-labs/aptos-testcontainer)](./LICENSE)
[![Continuous Integration](https://github.com/sota-zk-labs/aptos-testcontainer/actions/workflows/ci.yaml/badge.svg)](https://github.com/sota-zk-labs/aptos-testcontainer/actions/workflows/ci.yaml/badge.svg)
[![codecov](https://codecov.io/github/sota-zk-labs/aptos-testcontainer/branch/master/graph/badge.svg?token=CKEWC8QC0E)](https://codecov.io/github/sota-zk-labs/aptos-testcontainer)
Expand Down

0 comments on commit 367b697

Please sign in to comment.