From 367b697dbef1383d7e3db60a3438af177e292b16 Mon Sep 17 00:00:00 2001 From: Steve Nguyen Date: Tue, 10 Sep 2024 08:52:45 +0000 Subject: [PATCH] tag: v0.1.2 --- .gitignore | 1 + Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- README.md | 1 + 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index ea8c4bf..3a8cabc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /target +.idea diff --git a/Cargo.lock b/Cargo.lock index 5fd741b..4a7de79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -98,7 +98,7 @@ checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "aptos-testcontainer" -version = "0.0.5" +version = "0.1.2" dependencies = [ "anyhow", "base64 0.22.1", @@ -1964,9 +1964,9 @@ dependencies = [ [[package]] name = "testcontainers" -version = "0.21.1" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f7d80fe0008971413157e67062150cbf508b92f0eb525b9f49de1aec4267f24" +checksum = "2ef8374cea2c164699681ecc39316c3e1d953831a7a5721e36c7736d974e15fa" dependencies = [ "async-trait", "bollard", diff --git a/Cargo.toml b/Cargo.toml index 3614e1e..c982248 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } @@ -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"] } diff --git a/README.md b/README.md index e908d08..361eaa3 100644 --- a/README.md +++ b/README.md @@ -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)