From 20d195988de1014517ff1a1c8c1041cff5f88e05 Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 26 Oct 2021 19:18:28 +0530 Subject: set internal crates to 0.0.0, bump to v0.2.0 --- bin/src/err.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/src/err.rs') diff --git a/bin/src/err.rs b/bin/src/err.rs index 5f71b57..53c3222 100644 --- a/bin/src/err.rs +++ b/bin/src/err.rs @@ -11,7 +11,7 @@ pub enum ConfigErr { #[error("path error: {0}")] InvalidPath(#[from] io::Error), #[error("unable to parse `{0}` as line and column")] - InvalidPosition(String) + InvalidPosition(String), } #[derive(Error, Debug)] -- cgit v1.2.3