From 6d5fd870cb383d2f92100eae67444e41ab251266 Mon Sep 17 00:00:00 2001 From: David Mulder Date: Wed, 22 May 2024 15:07:02 -0600 Subject: [PATCH] Fix the license change in the Cargo.toml Signed-off-by: David Mulder --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a0a5a3d..c7113eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "msal" description = "Microsoft Authentication Library for Rust" -version = "0.2.1" +version = "0.2.2" edition = "2021" authors = [ "David Mulder " ] -license = "MPL-2.0" +license = "LGPL-3" homepage = "https://github.com/himmelblau-idm/msal" repository = "https://github.com/himmelblau-idm/msal"