forked from pool/mdbook
- Update to version 0.4.29:
* Update to 0.4.29 * Set minimum versions in Cargo.toml * Update clap * Update some indirect dependencies * Apply clippy::match_like_matches_macro * Apply clippy::manual_while_let_some * Apply clippy::needless_borrowed_reference * Apply clippy::let_unit_value * Apply clippy::borrow_deref_ref * Apply clippy::needless_borrow * Raise MSRV to 1.65 * Update some direct dependencies * Don't copy the stock fonts if the user has overridden fonts.css. * Don't warn on copy-fonts=true (the default) when fonts.css is overridden. * Update renderers.md * Refactor the warning message related to copy_fonts so that a user simply configures it * Switch from gitignore to ignore * Update init.md * Bump h2 from 0.3.15 to 0.3.17 * style(tests): Fixed issues reported by clippy * docs(cli): Add docs for --force * fix(cli): init --force skips confirmation prompts * Convert links from http to https protocol OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/mdbook?expand=0&rev=24
This commit is contained in:
parent
9c9380d856
commit
ccf7973780
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/rust-lang/mdBook</param>
|
<param name="url">https://github.com/rust-lang/mdBook</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">efb671aaf241b7f93597ac70178989a332fe85e0</param>
|
<param name="revision">00a30a9</param>
|
||||||
<param name="match-tag">*</param>
|
<param name="match-tag">*</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:28bfa9fdcea10b10c8be5a6f411e200c490deec110f8576351eeea4efd3cf4f9
|
|
||||||
size 1358421
|
|
3
mdBook-0.4.29.tar.zst
Normal file
3
mdBook-0.4.29.tar.zst
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d2f9198e87dba1fc9f7d7885f59ed02c36b79ed174ee14bec36f386683def7fd
|
||||||
|
size 1358803
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 20 10:45:36 UTC 2023 - socvirnyl.estela@gmail.com
|
||||||
|
|
||||||
|
- Update to version 0.4.29:
|
||||||
|
* Update to 0.4.29
|
||||||
|
* Set minimum versions in Cargo.toml
|
||||||
|
* Update clap
|
||||||
|
* Update some indirect dependencies
|
||||||
|
* Apply clippy::match_like_matches_macro
|
||||||
|
* Apply clippy::manual_while_let_some
|
||||||
|
* Apply clippy::needless_borrowed_reference
|
||||||
|
* Apply clippy::let_unit_value
|
||||||
|
* Apply clippy::borrow_deref_ref
|
||||||
|
* Apply clippy::needless_borrow
|
||||||
|
* Raise MSRV to 1.65
|
||||||
|
* Update some direct dependencies
|
||||||
|
* Don't copy the stock fonts if the user has overridden fonts.css.
|
||||||
|
* Don't warn on copy-fonts=true (the default) when fonts.css is overridden.
|
||||||
|
* Update renderers.md
|
||||||
|
* Refactor the warning message related to copy_fonts so that a user simply configures it
|
||||||
|
* Switch from gitignore to ignore
|
||||||
|
* Update init.md
|
||||||
|
* Bump h2 from 0.3.15 to 0.3.17
|
||||||
|
* style(tests): Fixed issues reported by clippy
|
||||||
|
* docs(cli): Add docs for --force
|
||||||
|
* fix(cli): init --force skips confirmation prompts
|
||||||
|
* Convert links from http to https protocol
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 14 12:29:36 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
Fri Apr 14 12:29:36 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: mdbook
|
Name: mdbook
|
||||||
Version: 0.4.28
|
Version: 0.4.29
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Create books from markdown
|
Summary: Create books from markdown
|
||||||
License: (Apache-2.0 OR MIT) AND Unicode-DFS-2016 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND BSD-3-Clause AND CC0-1.0 AND ISC AND MIT AND MPL-2.0
|
License: (Apache-2.0 OR MIT) AND Unicode-DFS-2016 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND BSD-3-Clause AND CC0-1.0 AND ISC AND MIT AND MPL-2.0
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:64c1faaa19a4cba78c2f515f293d5cacf1df74ab3c97c351697b1772f57e5928
|
oid sha256:11f1a8066897c7fcc6af5854956e15de2e4c66753b2aa2d5daec11fba0674f21
|
||||||
size 39510703
|
size 36757148
|
||||||
|
Loading…
Reference in New Issue
Block a user