diff --git a/Cargo.toml b/Cargo.toml index 5ca9fbfa32..b6ad633697 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oci-spec" -version = "0.6.2" +version = "0.6.3" edition = "2021" authors = [ "Furisto", diff --git a/README.md b/README.md index 8e194e3cb0..e9826e582c 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.2" +oci-spec = "0.6.3" ``` *Compiler support: requires rustc 1.54+*