docs_rs build argument hotfix
Rust/sat-rs/pipeline/pr-main Build queued... Details

This commit is contained in:
Robin Müller 2024-04-17 20:41:30 +02:00
parent 31cddbd99b
commit 5371928496
Signed by: muellerr
GPG Key ID: A649FB78196E3849
2 changed files with 6 additions and 2 deletions

View File

@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
# [unreleased]
# [v0.2.0-rc.3] 2024-04-17
docs-rs hotfix 2
# [v0.2.0-rc.2] 2024-04-17
docs-rs hotfix

View File

@ -1,6 +1,6 @@
[package]
name = "satrs"
version = "0.2.0-rc.2"
version = "0.2.0-rc.3"
edition = "2021"
rust-version = "1.71.1"
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
@ -126,4 +126,4 @@ doc-images = []
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "doc_cfg", "--generate-link-to-definition"]
rustdoc-args = ["--cfg", "docs_rs", "--generate-link-to-definition"]