Skip to content

Commit 80ab491

Browse files
authored
Merge pull request #35 from fitzgen/fix-timers-crate-author-line
timers: Fix author line in Cargo.toml
2 parents c2cae3f + 5c0a79b commit 80ab491

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ Here is a checklist that all Gloo utility crates should fulfill:
103103
pub use gloo_foobar as foobar;
104104
```
105105

106+
* [ ] The `authors` entry in `Cargo.toml` is "The Rust and WebAssembly Working
107+
Group".
108+
106109
* [ ] Crate's public interface follows the [Rust API Guidelines][api-guidelines].
107110

108111
* [ ] Uses [`unwrap_throw` and `expect_throw`][unwrap-throw] instead of normal `unwrap` and

crates/timers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gloo-timers"
33
version = "0.1.0"
4-
authors = ["Nick Fitzgerald <[email protected]>"]
4+
authors = ["Rust and WebAssembly Working Group"]
55
edition = "2018"
66

77
[dependencies]

0 commit comments

Comments
 (0)