Skip to content

Commit

Permalink
Use published versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Feb 20, 2024
1 parent 5af16a7 commit ae40257
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 41 deletions.
41 changes: 5 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,3 @@ opt-level = 3

[profile.dev.package.similar]
opt-level = 3

[patch.crates-io]
toml-span = { path = "../toml-span/toml-span" }
tame-index = { path = "../tame-index" }
1 change: 0 additions & 1 deletion src/bans/cfg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use crate::{
};
use toml_span::{de_helpers::TableHelper, value::Value, DeserError, Deserialize};

//#[derive(Clone)]
#[cfg_attr(test, derive(Debug, PartialEq, Eq))]
pub struct CrateBanExtended {
/// One or more crates that will allow this crate to be used if it is a
Expand Down

0 comments on commit ae40257

Please sign in to comment.