Skip to content

Commit 36fb0c8

Browse files
Merge #337 #338
337: Remove mention of the untagged_unions nightly feature r=adamgreig a=therealprof Signed-off-by: Daniel Egger <daniel@eggers-club.de> 338: Update metadata in Cargo.toml r=adamgreig a=therealprof Signed-off-by: Daniel Egger <daniel@eggers-club.de> Co-authored-by: Daniel Egger <daniel@eggers-club.de>
3 parents bcae397 + 658d8f9 + 1483b30 commit 36fb0c8

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Cargo.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[package]
22
edition = "2018"
3-
authors = ["Jorge Aparicio <jorge@japaric.io>"]
3+
authors = [
4+
"The ToolsTeam <tools@teams.rust-embedded.org>",
5+
"Jorge Aparicio <jorge@japaric.io>",
6+
]
47
build = "build.rs"
58
categories = [
69
"command-line-utilities",
@@ -9,7 +12,7 @@ categories = [
912
"no-std",
1013
]
1114
description = "Generate Rust register maps (`struct`s) from SVD files"
12-
documentation = "https://github.com/japaric/svd2rust#svd2rust"
15+
documentation = "https://docs.rs/svd2rust"
1316
keywords = [
1417
"arm",
1518
"cortex-m",
@@ -19,8 +22,9 @@ keywords = [
1922
]
2023
license = "MIT OR Apache-2.0"
2124
name = "svd2rust"
22-
repository = "https://github.com/japaric/svd2rust"
25+
repository = "https://github.com/rust-embedded/svd2rust/"
2326
version = "0.15.0"
27+
readme = "README.md"
2428

2529
[[bin]]
2630
doc = false

src/lib.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -418,10 +418,7 @@
418418
//! ## the `--nightly` flag
419419
//!
420420
//! The `--nightly` flag can be passed to `svd2rust` to enable features in the generated api that are only available to a nightly
421-
//! compiler. These features are
422-
//!
423-
//! - `#[feature(untagged_unions)]` for overlapping/overloaded registers
424-
421+
//! compiler. Currently there are no nightly features the flag is only kept for compatibility with prior versions.
425422
#![recursion_limit = "128"]
426423

427424
#[macro_use]

0 commit comments

Comments
 (0)