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

Update license to LGPLv3 and merge some graph bits #62

Merged
merged 4 commits into from
May 22, 2024
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "msal"
description = "Microsoft Authentication Library for Rust"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = [
"David Mulder <dmulder@suse.com>"
]
license = "MPL-2.0"
homepage = "https://github.com/himmelblau-idm/microsoft-authentication-library-for-rust"
repository = "https://github.com/himmelblau-idm/microsoft-authentication-library-for-rust"
homepage = "https://github.com/himmelblau-idm/msal"
repository = "https://github.com/himmelblau-idm/msal"

[lib]
name = "msal"
Expand Down
Loading