瀏覽代碼

Bump version

Sam Clements 6 年之前
父節點
當前提交
76c279844b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Cargo.toml

+ 2 - 2
Cargo.toml

@@ -1,11 +1,11 @@
 [package]
 name = "simple_logger"
-version = "0.5.0"
+version = "1.0.0"
 license = "MIT"
 authors = ["Sam Clements <sam@borntyping.co.uk>"]
 description = "A logger that prints all messages with a readable output format"
 repository = "https://github.com/borntyping/rust-simple_logger"
 
 [dependencies]
-log = { version = "^0.4.1", features = ["std"] }
+log = { version = "^0.4.5", features = ["std"] }
 chrono = "0.4.6"