From 8cfadf833469f7e2524eabab7a5d8386133d3472 Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall <dawagner@gmail.com> Date: Fri, 31 Dec 2021 12:08:21 +0000 Subject: [PATCH] Bump to 0.5.6 (#68) --- num_enum/Cargo.toml | 4 ++-- num_enum_derive/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/num_enum/Cargo.toml b/num_enum/Cargo.toml index ad8dd64..c82f0db 100644 --- a/num_enum/Cargo.toml +++ b/num_enum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "num_enum" -version = "0.5.5" # Keep in sync with num_enum_derive. +version = "0.5.6" # Keep in sync with num_enum_derive. authors = [ "Daniel Wagner-Hall <dawagner@gmail.com>", "Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>", @@ -29,7 +29,7 @@ travis-ci = { repository = "illicitonion/num_enum", branch = "master" } maintenance = { status = "passively-maintained" } [dependencies] -num_enum_derive = { version = "0.5.5", path = "../num_enum_derive", default-features = false } +num_enum_derive = { version = "0.5.6", path = "../num_enum_derive", default-features = false } [dev-dependencies] anyhow = "1" diff --git a/num_enum_derive/Cargo.toml b/num_enum_derive/Cargo.toml index b99fe73..acf98a4 100644 --- a/num_enum_derive/Cargo.toml +++ b/num_enum_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "num_enum_derive" -version = "0.5.5" # Keep in sync with num_enum. +version = "0.5.6" # Keep in sync with num_enum. authors = [ "Daniel Wagner-Hall <dawagner@gmail.com>", "Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>",