Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit a468aea

Browse files
authored
Merge pull request #40 from rustwasm/version_bump_and_metadata_update
Bump version and update metadata referring to old home repo
2 parents 7844905 + df087bd commit a468aea

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@ Where we need help:
133133
* Issues labeled ["good first issue"][gfi] are issues where fixing them would be
134134
a great introduction to the code base.
135135

136-
[help-wanted]: https://github.com/fitzgen/wee_alloc/labels/help%20wanted
136+
[help-wanted]: https://github.com/rustwasm/wee_alloc/labels/help%20wanted
137137

138-
[mentored]: https://github.com/fitzgen/wee_alloc/labels/mentored
138+
[mentored]: https://github.com/rustwasm/wee_alloc/labels/mentored
139139

140-
[gfi]: https://github.com/fitzgen/wee_alloc/labels/good%20first%20issue
140+
[gfi]: https://github.com/rustwasm/wee_alloc/labels/good%20first%20issue
141141

142142
## Team
143143

@@ -154,4 +154,4 @@ word.
154154
**We need more team members!**
155155
[Drop a comment on this issue if you are interested in joining.][join]
156156

157-
[join]: https://github.com/fitzgen/wee_alloc/issues/6
157+
[join]: https://github.com/rustwasm/wee_alloc/issues/6

wee_alloc/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ description = "wee_alloc: The Wasm-Enabled, Elfin Allocator"
1010
license = "MPL-2.0"
1111
name = "wee_alloc"
1212
readme = "../README.md"
13-
repository = "https://github.com/fitzgen/wee_alloc"
14-
version = "0.3.0"
13+
repository = "https://github.com/rustwasm/wee_alloc"
14+
version = "0.4.0"
1515

1616
[badges]
17-
travis-ci = { repository = "fitzgen/wee_alloc" }
17+
travis-ci = { repository = "rustwasm/wee_alloc" }
1818

1919
[features]
2020
default = ["size_classes"]

0 commit comments

Comments
 (0)