Skip to content

Commit

Permalink
help crates.io figure out the license
Browse files Browse the repository at this point in the history
  • Loading branch information
cammeresi committed Jul 13, 2024
1 parent 3219be4 commit da71ac2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "linker-set"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
authors = ["Sidney Cammeresi <[email protected]>"]
license-file = "LICENSE"
license = "BSD-3-Clause"
readme = "README"
description = "Declarative programming via linker-constructed arrays"
repository = "https://github.com/cammeresi/linker-set.git"
Expand Down
4 changes: 2 additions & 2 deletions proc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "linker-set-proc"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
authors = ["Sidney Cammeresi <[email protected]>"]
license-file = "LICENSE"
license = "BSD-3-Clause"
readme = "README"
description = "Procedural macro for linker-set crate"
repository = "https://github.com/cammeresi/linker-set.git/proc"
Expand Down

0 comments on commit da71ac2

Please sign in to comment.