diff --git a/Cargo.lock b/Cargo.lock index be21f22..00534bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -343,7 +343,7 @@ dependencies = [ [[package]] name = "triple_buffer" -version = "8.1.0" +version = "8.1.1" dependencies = [ "criterion", "crossbeam-utils", diff --git a/Cargo.toml b/Cargo.toml index 31f3415..72bc224 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,8 @@ name = "triple_buffer" # # - Cross-check all public API documentation, update as needed # - Update changelog -# - Update version number in Cargo.toml -# - Push master, make sure it passes CI +# - Update version number in Cargo.toml, run some command to update lockfile +# - Push branch, auto-merge when it passes CI # - Cargo publish # - Roll an annotated git tag # - Add a github release