diff --git a/Cargo.toml b/Cargo.toml index 66c01e3..394dc8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "improvise" -version = "0.1.0" +version = "v0.1.0-rc1" edition = "2021" description = "Terminal pivot-table modeling in the spirit of Lotus Improv" license = "Apache-2.0" @@ -53,4 +53,3 @@ debug = 2 # The profile that 'dist' will build with [profile.dist] inherits = "release" -lto = "thin"