Skip to content

Commit d5e6ce8

Browse files
authored
Merge pull request #1451 from frisoft/main
Update license field following SPDX 2.1 license expression standard
2 parents 69294e5 + 0208982 commit d5e6ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "sled"
33
version = "0.34.7"
44
authors = ["Tyler Neely <[email protected]>"]
55
description = "Lightweight high-performance pure-rust transactional embedded database."
6-
license = "MIT/Apache-2.0"
6+
license = "MIT OR Apache-2.0"
77
homepage = "https://github.com/spacejam/sled"
88
repository = "https://github.com/spacejam/sled"
99
keywords = ["redis", "mongo", "sqlite", "lmdb", "rocksdb"]

0 commit comments

Comments
 (0)