We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f5885c commit 642416dCopy full SHA for 642416d
CHANGELOG.md
@@ -7,6 +7,11 @@
7
8
# minicbor
9
10
+## `2.1.2`
11
+
12
+- Replaces `build.rs` with `target_has_atomic`. See pull request
13
+ [#47](https://github.com/twittner/minicbor/pull/47) by @dtolnay for details.
14
15
## `2.1.1`
16
17
- Depends on `minicbor-derive-0.18.2`.
minicbor/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "minicbor"
3
-version = "2.1.1"
+version = "2.1.2"
4
authors = ["Toralf Wittner <tw@dtex.org>"]
5
license = "BlueOak-1.0.0"
6
edition = "2024"
0 commit comments