Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Fix the license change in the Cargo.toml #63

Merged
merged 1 commit into from
May 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
]
license = "MPL-2.0"
license = "LGPL-3"
homepage = "https://github.com/himmelblau-idm/msal"
repository = "https://github.com/himmelblau-idm/msal"

Expand Down