File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,10 @@ Look at the [release tags] for information about older releases.
246
246
247
247
[ Unreleased ] : https://github.com/rust-lang-nursery/log/compare/0.4.18...HEAD
248
248
[ 0.4.19 ] : https://github.com/rust-lang-nursery/log/compare/0.4.18...0.4.19
249
+ <<<<<<< HEAD
249
250
[ 0.4.18 ] : https://github.com/rust-lang-nursery/log/compare/0.4.17...0.4.18
251
+ =======
252
+ >>>>>>> 4c4a0b3 (prepare for 0.4.19 release)
250
253
[ 0.4.17 ] : https://github.com/rust-lang-nursery/log/compare/0.4.16...0.4.17
251
254
[ 0.4.16 ] : https://github.com/rust-lang-nursery/log/compare/0.4.15...0.4.16
252
255
[ 0.4.15 ] : https://github.com/rust-lang-nursery/log/compare/0.4.13...0.4.15
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " log"
4
- version = " 0.4.18 " # remember to update html_root_url
4
+ version = " 0.4.19 " # remember to update html_root_url
5
5
authors = [" The Rust Project Developers" ]
6
6
license = " MIT OR Apache-2.0"
7
7
readme = " README.md"
Original file line number Diff line number Diff line change 317
317
#![ doc(
318
318
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
319
319
html_favicon_url = "https://www.rust-lang.org/favicon.ico" ,
320
- html_root_url = "https://docs.rs/log/0.4.18 "
320
+ html_root_url = "https://docs.rs/log/0.4.19 "
321
321
) ]
322
322
#![ warn( missing_docs) ]
323
323
#![ deny( missing_debug_implementations, unconditional_recursion) ]
You can’t perform that action at this time.
0 commit comments