Skip to content

Commit

Permalink
fix: fix ic_cose SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Jan 8, 2025
1 parent 604fa49 commit 52a3d5b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ strip = true
opt-level = 's'

[workspace.package]
version = "0.6.2"
version = "0.6.3"
edition = "2021"
repository = "https://github.com/ldclabs/ic-cose"
keywords = ["config", "cbor", "canister", "icp", "encryption"]
Expand Down
2 changes: 1 addition & 1 deletion src/ic_cose/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ impl Client {
update_call(
&self.agent,
&self.canister,
"namespace_remove_delegator",
"namespace_sign_delegation",
(input,),
)
.await?
Expand Down
2 changes: 1 addition & 1 deletion src/ic_cose_types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

[IC-COSE](https://github.com/ldclabs/ic-cose) is a decentralized COnfiguration service with Signing and Encryption on the Internet Computer.

`ic_cose_types` is a Rust types library used for integrating with IC COSE canister.
`ic_cose_types` is a Rust types library used for integrating with IC-COSE.

## License
Copyright © 2024-2025 [LDC Labs](https://github.com/ldclabs).
Expand Down

0 comments on commit 52a3d5b

Please sign in to comment.