From 4d1af5f00d0aa5bf41b9a24a818f2aab1a4db26c Mon Sep 17 00:00:00 2001 From: James Campos Date: Wed, 27 Oct 2021 22:36:08 -0700 Subject: update, rust 2021 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1ab9a3e..98bdd45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "bk" version = "0.5.3" authors = ["James Campos "] -edition = "2018" +edition = "2021" license = "MIT" description = "Terminal Epub reader" keywords = ["ebook", "epub"] @@ -12,8 +12,8 @@ repository = "https://github.com/aeosynth/bk" [dependencies] argh = "^0.1" -crossterm = "^0.20" -ron = "^0.6" +crossterm = "^0.22" +ron = "^0.7" roxmltree = "^0.14" serde = "^1.0" unicode-width = "^0.1" -- cgit v1.2.3