-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: custom HTTP headers (0.2.3 release) (#35)
* bump `ic-certified-assets` version in `Cargo.toml` (`0.2.2` -> `0.2.3`) * update candid spec with `headers` field * bump rustc (`1.58.1` -> `1.60.0`)
- Loading branch information
Marcin Nowak-Liebiediew
authored
Jul 7, 2022
1 parent
9ec9086
commit abd959d
Showing
3 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "certified-assets" | ||
version = "0.2.2" | ||
version = "0.2.3" | ||
authors = ["DFINITY Stiftung <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
@@ -14,6 +14,6 @@ path = "src/lib.rs" | |
crate-type = ["cdylib"] | ||
|
||
[dependencies] | ||
ic-certified-assets = "0.2.2" | ||
ic-certified-assets = "0.2.3" | ||
ic-cdk = "0.5.0" | ||
ic-cdk-macros = "0.5.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[toolchain] | ||
channel = "1.58.1" | ||
channel = "1.60.0" | ||
targets = ["wasm32-unknown-unknown"] | ||
components = ["rustfmt", "clippy"] |