소스 검색

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"