From 6e782a72f7aefc12c9530c7ebda46292ee7f15aa Mon Sep 17 00:00:00 2001 From: Leonora Tindall Date: Wed, 2 Nov 2022 14:50:47 -0500 Subject: [PATCH] This is 0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7102fd9..0df4317 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -565,7 +565,7 @@ checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" [[package]] name = "corobel" -version = "0.4.0" +version = "0.5.0" dependencies = [ "atom_syndication", "cached", diff --git a/Cargo.toml b/Cargo.toml index 2652c17..2eace53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "corobel" -version = "0.4.0" +version = "0.5.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html