From c933de88e592e942d9c5e380301a8c088bf1da70 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Wed, 1 Nov 2023 11:27:27 +1100 Subject: [PATCH] Use archery 1.1.0 --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index eb7b03f..7a185bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,9 +39,7 @@ include = [ codecov = { repository = "orium/rpds", branch = "main", service = "github" } [dependencies] -# FIXME(sproul): update after release -# archery = "1.0.0" -archery = { git = "https://github.com/orium/archery.git", rev = "bf910da0c5069e6f72fd34c2c16da51a2c0af91b", features = ["triomphe"] } +archery = { version = "1.1.0", features = ["triomphe"] } serde = { version = "1.0.149", optional = true, default-features = false } [dev-dependencies]