chore: update version

This commit is contained in:
Edward Langley
2026-04-11 00:28:00 -07:00
parent b2d30d5a20
commit 537819577a

View File

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