From 5429d2ab901380a92535e31c8cce6646e9b11c4f Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Tue, 23 Jul 2024 19:10:13 -0400 Subject: Move CLI glue inside of the lib crate. This allows me to stop exporting symbols that were only exported for the purposes of making the CLI work. This commit makes the minimum version for the next release 0.2.0, as it retires multiple symbols that are part of the lib crate's API in v0.1.x. --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 7dd3223..233d7be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -99,7 +99,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "aws-autoscaling-dns" -version = "0.1.1-alpha.1" +version = "0.2.0-alpha.1" dependencies = [ "anyhow", "aws-config", -- cgit v1.2.3