SHA256
1
0
forked from pool/mdbook

- Enable all-features flag.

- Update vendored dependencies.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/mdbook?expand=0&rev=11
This commit is contained in:
Soc Virnyl Estela 2023-01-15 21:45:03 +00:00 committed by Git OBS Bridge
parent 90e2782eac
commit 8e55f44bd9
3 changed files with 12 additions and 6 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jan 15 21:43:59 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Enable all-features flag.
- Update vendored dependencies.
-------------------------------------------------------------------
Wed Dec 28 03:46:14 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package mdbook
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -37,13 +37,13 @@ mkdir .cargo
cp %{SOURCE2} .cargo/config
%build
%{cargo_build}
%{cargo_build} --all-features
%install
%{cargo_install}
%{cargo_install} --all-features
%check
%{cargo_test}
%{cargo_test} --all-features
%files
%license LICENSE

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b8305e6a9e5d92eb1555b3d72fcc7b499d69ea9fa83da79464e221360c8e9d05
size 16640936
oid sha256:62f357ce61af8f51200863a30c46d16794d505709c3f4c3afae85b47d03e4737
size 16699276