Skip to content

Commit e8ccae7

Browse files
committed
Adds the debug trait to resolutions
1 parent 755ac7c commit e8ccae7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pnp"
3-
version = "0.4.4"
3+
version = "0.4.5"
44
edition = "2021"
55
license = "BSD-2-Clause"
66
description = "Resolution primitives for Yarn PnP"

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ pub enum Error {
2727
IOError(#[from] std::io::Error),
2828
}
2929

30+
#[derive(Debug)]
3031
pub enum Resolution {
3132
Specifier(String),
3233
Package(PathBuf, Option<String>),

0 commit comments

Comments
 (0)