diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2022-08-11 14:40:27 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2022-08-11 14:40:27 -0300 |
commit | b76b71507dbd567b2c7f98228783a6dfc8a7bec5 (patch) | |
tree | f611da8d321694e92ce2e0bdbe53f4df8f0606e1 /Cargo.toml | |
parent | 2f501cd8b909ccf8249b30dedbb15e74012617ca (diff) |
Change license to 0BSD for better compatibility
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index 527af5f..bd6563a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "ltptr" -version = "0.1.2" +version = "0.1.3" edition = "2021" -license = "CC0-1.0" +license = "0BSD" description = "Checked raw pointers." homepage = "https://ganarchy.autistic.space/project/f21e8e1bea1e93aaa22e4d6baa3a490140977617" |