Skip to content

Commit 4fa36b1

Browse files
committed
Rename canruntime to ic-canister-runtime
1 parent 048b504 commit 4fa36b1

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace]
2-
members = ["canhttp", "canruntime", "examples/http_canister"]
2+
members = ["canhttp", "examples/http_canister", "ic-canister-runtime"]
33
resolver = "2"
44

55
[workspace.package]
File renamed without changes.

canruntime/Cargo.toml renamed to ic-canister-runtime/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
2-
name = "canruntime"
2+
name = "ic-canister-runtime"
33
version = "0.1.0"
4-
description = "Rust library abstracts the canister runtime on the Internet Computer"
4+
description = "Rust library that abstracts the canister runtime on the Internet Computer"
55
license.workspace = true
66
readme.workspace = true
77
homepage.workspace = true
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)