diff --git a/Cargo.lock b/Cargo.lock index ba76915..446d3b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1676,7 +1676,7 @@ dependencies = [ [[package]] name = "tinycortex" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 70f557d..08801e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ name = "tinycortex" # the repository has actually been in, and buys the git dependency that lets the # duplicate contract go away (tinymemory#18 §A1). publish = false -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "GPL-3.0-only" repository = "https://github.com/tinyhumansai/tinycortex"