From fd0d05307c94cb4cd3bd4480432da9d2c96ade3d Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Sat, 7 May 2022 16:54:37 +0200 Subject: [PATCH] Update README and copyright year --- LICENSE-MIT | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE-MIT b/LICENSE-MIT index 05fc1db..afcfc2d 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,4 +1,4 @@ -Copyright © 2021 Bert Peters +Copyright © 2022 Bert Peters Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, diff --git a/README.md b/README.md index 610a164..60161df 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Add this dependency to your `Cargo.lock` file like any other: ```toml [dependencies] -tracing-mutex = "0.1" +tracing-mutex = "0.2" ``` Then use the locks provided by this library instead of the ones you would use otherwise.