Skip to content

Commit

Permalink
replace anyhow dep
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed May 11, 2024
1 parent 019d317 commit 428d837
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/kitsune-scss-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version.workspace = true
license.workspace = true

[dependencies]
anyhow = "1.0.83"
eyre = "0.6.12"
glob = "0.3.1"
grass_compiler = "0.13.2"
tracing = { version = "0.1.40", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/kitsune-scss-compiler/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use anyhow::Result;
use eyre::Result;
use glob::glob;
use grass_compiler::{Options, OutputStyle};
use std::{fs, path::Path};
Expand Down

0 comments on commit 428d837

Please sign in to comment.