diff --git a/Cargo.toml b/Cargo.toml index d1762dd159..cf4be223f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oci-spec" -version = "0.6.4" +version = "v0.6.5" edition = "2021" authors = [ "Furisto", diff --git a/README.md b/README.md index c45f89d8a1..4b60a7bb46 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This library provides a convenient way to interact with the specifications defin ```toml [dependencies] -oci-spec = "0.6.4" +oci-spec = "v0.6.5" ``` *Compiler support: requires rustc 1.54+*