Skip to content

Commit 13a0fef

Browse files
committed
Release 0.3.1
- Update depedencies
1 parent 2916687 commit 13a0fef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spnr-lib"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
authors = [ "spnr@spnr.app" ]
66
description = "Rust library for building smart contracts on the Internet Computer, by the Spinner.Cash team."
@@ -14,7 +14,7 @@ include = ["src", "Cargo.toml", "LICENSE", "README.md"]
1414

1515
[dependencies]
1616
candid = "0.10"
17-
ic-cdk = "0.17"
17+
ic-cdk = "0.18"
1818
serde = "1.0"
1919
serde_derive = "1.0"
2020

src/storage.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//! Being a trait it allows alternative implementations, for example in testing code.
1212
//!
1313
//! [ic-cdk]: https://docs.rs/ic-cdk/latest
14-
use ic_cdk::api::stable;
14+
use ic_cdk::stable;
1515
use std::{error, fmt, io};
1616

1717
/// Possible errors when dealing with stable memory.

0 commit comments

Comments
 (0)