Skip to content

Commit 23f784f

Browse files
authored
Remove keywords from Cargo.toml (#28)
* Remove keyword from Cargo.toml * Adjust CHANGELOG * Remove another keyword * Adjust to new keywords
1 parent a163e69 commit 23f784f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* Add CI and rename license by @jedel1043 in https://github.com/boa-dev/temporal/pull/3
2020
* Create LICENSE-Apache by @jedel1043 in https://github.com/boa-dev/temporal/pull/6
2121
* Setup publish CI by @jedel1043 in https://github.com/boa-dev/temporal/pull/26
22+
* Remove keywords from Cargo.toml by @jedel1043 in https://github.com/boa-dev/temporal/pull/28
2223

2324
## New Contributors
2425
* @nekevss made their first contribution in https://github.com/boa-dev/temporal/pull/1

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "temporal_rs"
3-
keywords = ["javascript", "js", "temporal", "calendar", "date", "time", "timezone"]
4-
categories = ["date", "time", "calendars"]
3+
keywords = ["date", "time", "calendar", "timezone", "duration"]
4+
categories = ["date-and-time", "internationalization"]
55
readme = "./README.md"
66
description = "Temporal in Rust is an implementation of the TC39 Temporal Builtin Proposal in Rust."
77
version = "0.0.1"
88
edition = "2021"
99
authors = ["boa-dev"]
10-
license = "MIT"
10+
license = "MIT OR Apache-2.0"
1111
repository = "https://github.com/boa-dev/temporal"
1212
rust-version = "1.74"
1313
exclude = [

0 commit comments

Comments
 (0)