about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2019-02-13T13·08+0100
committerVincent Ambo <github@tazj.in>2019-02-13T13·18+0100
commit17060cece3b41052eefd0711931c70f42b29eb8d (patch)
treea3e08f6e905e3f82940643bffd74bfa20173c03e /src
parentcc1ee9c81d4f1c8620661cbe5945913e415e218f (diff)
chore(Cargo): Bump version to 1.0.0
This library has been running in a production codebase for a while and
can be considered stable.

There is a minor breaking change between this version and the previous
0.1.0 in that the `ValidationError` enum has gained additional variants.
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 135b1df0f9f2..c98bee61505d 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -88,7 +88,6 @@ use std::time::{UNIX_EPOCH, Duration, SystemTime};
 #[cfg(test)]
 mod tests;
 
-
 /// URL-safe character set without padding that allows trailing bits,
 /// which appear in some JWT implementations.
 ///