Skip to content

Commit

Permalink
Remove workspace key superseded by cargo manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jun 22, 2019
1 parent e3be252 commit 7d07527
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dependencies.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ pub struct Manifest {
pub struct Package {
#[serde(default)]
pub edition: Edition,
pub workspace: Option<PathBuf>,
}

#[derive(Serialize, Deserialize, Clone, Debug)]
Expand Down

0 comments on commit 7d07527

Please sign in to comment.