Skip to content

Commit 0ad5bd8

Browse files
authored
fix: point to correct READMEs (#60)
Remove `readme = true` from the `ic-canister-runtime`, `ic-agent-canister-runtime` and `ic-pocket-canister-runtime` crates' `Cargo.toml` to avoid incorrectly using the top-level `README.md`.
1 parent db87455 commit 0ad5bd8

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

ic-agent-canister-runtime/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "ic-agent-canister-runtime"
33
version = "0.1.0"
44
description = "Implementation of a canister runtime of the Internet Computer for `ic-agent`"
55
license.workspace = true
6-
readme.workspace = true
76
homepage.workspace = true
87
authors.workspace = true
98
edition.workspace = true

ic-canister-runtime/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "ic-canister-runtime"
33
version = "0.1.0"
44
description = "Rust library that abstracts the canister runtime on the Internet Computer"
55
license.workspace = true
6-
readme.workspace = true
76
homepage.workspace = true
87
authors.workspace = true
98
edition.workspace = true

ic-pocket-canister-runtime/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "ic-pocket-canister-runtime"
33
version = "0.1.0"
44
description = "Canisters runtime on the Internet Computer using Pocket IC"
55
license.workspace = true
6-
readme.workspace = true
76
homepage.workspace = true
87
authors.workspace = true
98
edition.workspace = true

0 commit comments

Comments
 (0)