Skip to content

Commit

Permalink
Merge pull request #132 from axodotdev/dependabot/cargo/axoasset-0.9.5
Browse files Browse the repository at this point in the history
chore(deps): bump axoasset from 0.9.3 to 0.9.5
  • Loading branch information
mistydemeo authored May 23, 2024
2 parents ce1a8b9 + 4e3df27 commit 769a3e2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 43 deletions.
62 changes: 21 additions & 41 deletions axoproject/Cargo.lock

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

4 changes: 2 additions & 2 deletions axoproject/src/rust.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use guppy::{
};
use itertools::{concat, Itertools};

pub use axoasset::toml_edit::Document;
pub use axoasset::toml_edit::DocumentMut;

/// All the `[profile]` entries we found in the root Cargo.toml
pub type CargoProfiles = BTreeMap<String, CargoProfile>;
Expand Down Expand Up @@ -290,7 +290,7 @@ fn workspace_manifest(
}

/// Load the root workspace toml into toml-edit form
pub fn load_root_cargo_toml(manifest_path: &Utf8Path) -> Result<Document> {
pub fn load_root_cargo_toml(manifest_path: &Utf8Path) -> Result<DocumentMut> {
let manifest_src = SourceFile::load_local(manifest_path)?;
let manifest = manifest_src.deserialize_toml_edit()?;
Ok(manifest)
Expand Down

0 comments on commit 769a3e2

Please # to comment.