Skip to content

Commit

Permalink
clean up manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Nov 3, 2024
1 parent a875212 commit 7489695
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
name = "rustc-std-workspace-alloc"
version = "1.0.1"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
edition = "2018"
edition = "2021"
license = 'MIT/Apache-2.0'
description = 'workspace hack'
description = """
crate for integration of crates.io crates into rust-lang/rust standard library workspace
"""

repository = "https://github.com/rust-lang/rust/tree/master/src/tools/rustc-std-workspace"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
name = "rustc-std-workspace-core"
version = "1.0.1"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
edition = "2021"
license = "MIT/Apache-2.0"
description = """
Explicitly empty crate for rust-lang/rust integration
crate for integration of crates.io crates into rust-lang/rust standard library workspace
"""

repository = "https://github.com/rust-lang/rust/tree/master/src/tools/rustc-std-workspace"

[dependencies]
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
name = "rustc-std-workspace-std"
version = "1.0.1"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
edition = "2021"
license = "MIT/Apache-2.0"
description = "Workaround for rustbuild"
description = """
crate for integration of crates.io crates into rust-lang/rust standard library workspace
"""

repository = "https://github.com/rust-lang/rust/tree/master/src/tools/rustc-std-workspace"

[lib]
name = "std"

0 comments on commit 7489695

Please sign in to comment.