From 86eefc7255f2c70c5b0fc26525d349796032e99e Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Mon, 13 Feb 2023 00:44:15 +0900 Subject: [PATCH] feat: update toml-test from v1.2.0 to v1.3.0 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ad83dcc..cd77392 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,7 @@ jobs: cd tests/ g++ -std=c++11 -O2 -Wall -Wextra -Werror -I../ check_toml_test.cpp -o check_toml_test export PATH=$(pwd):${PATH} - git clone --depth 1 --branch v1.2.0 https://github.com/BurntSushi/toml-test.git + git clone --depth 1 --branch v1.3.0 https://github.com/BurntSushi/toml-test.git cd toml-test/ go install -v ./cmd/toml-test cd -