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 --- lib/Cargo.toml | 2 +- lib/src/lib.rs | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/Cargo.toml b/lib/Cargo.toml index e9bca06..b876c4c 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lib" -version = "0.1.0" +version = "0.0.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/lib/src/lib.rs b/lib/src/lib.rs index bde039f..41e38c8 100644 --- a/lib/src/lib.rs +++ b/lib/src/lib.rs @@ -7,7 +7,10 @@ use rnix::{SyntaxElement, SyntaxKind, TextRange}; use std::{convert::Into, default::Default}; #[cfg(feature = "json-out")] -use serde::{Serialize, ser::{SerializeStruct, Serializer}}; +use serde::{ + ser::{SerializeStruct, Serializer}, + Serialize, +}; /// Report generated by a lint #[derive(Debug, Default)] -- cgit v1.2.3