diff --git a/Cargo.toml b/Cargo.toml index dbee4da..5990bd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "salsa" -version = "0.1.1" +version = "0.2.0" authors = ["Niko Matsakis "] edition = "2018" license = "Apache-2.0/MIT" repository = "https://github.com/nikomatsakis/salsa" -description = "A generic framework for on-demand, incrementalized computation (not ready for public use)" +description = "A generic framework for on-demand, incrementalized computation (experimental)" readme = "README.md" [dependencies] diff --git a/README.md b/README.md index 6dc8f51..234f7b7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ ## Obligatory warning -Very much a WORK IN PROGRESS at this point. Not really ready for use. +Very much a WORK IN PROGRESS at this point. Ready for experimental use +but expect frequent breaking changes. ## Credits