summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2024-07-23 19:10:13 -0400
committerOwen Jacobson <owen@grimoire.ca>2024-07-23 19:31:13 -0400
commit5429d2ab901380a92535e31c8cce6646e9b11c4f (patch)
tree760f274979c64185e6bc3710cc85030eb991cb0d /Cargo.toml
parentbd0ab7e0b9ed4584e2973f96c25799aada2b52e9 (diff)
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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5478f39..2607a8f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "aws-autoscaling-dns"
-version = "0.1.1-alpha.1"
+version = "0.2.0-alpha.1"
authors = ["owen@grimoire.ca"]
readme = "README.md"