Skip to content

Commit 065a8e9

Browse files
chore: dfx-core 0.1.2 (#4026)
* chore: dfx-core 0.1.2 * cargo update * Revert "cargo update" This reverts commit 6d6b32f. * cargo update
1 parent 2ec6162 commit 065a8e9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/dfx-core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- updated ic-agent dependency to 0.39
13+
1014
## [0.1.1] - 2024-11-08
1115

1216
### Added

src/dfx-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dfx-core"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors.workspace = true
55
edition.workspace = true
66
repository.workspace = true

0 commit comments

Comments
 (0)