Skip to content

Commit 4343f0b

Browse files
Supply correct repository metadata (#2)
1 parent 240a36b commit 4343f0b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

malloc_size_of/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "malloc_size_of"
33
version = "0.0.1"
44
authors = ["The Servo Project Developers"]
55
license = "MIT OR Apache-2.0"
6-
repository = "https://github.com/servo/stylo"
6+
repository = "https://github.com/servo/malloc_size_of"
77
edition = "2021"
88
publish = false
99

malloc_size_of_derive/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name = "malloc_size_of_derive"
44
version = "0.1.3"
55
authors = ["The Servo Project Developers"]
66
license = "MIT OR Apache-2.0"
7+
repository = "https://github.com/servo/malloc_size_of"
78
description = "Crate for Firefox memory reporting, not intended for external use"
89

910
[lib]

0 commit comments

Comments
 (0)