We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79b777f + b24c730 commit 60239d2Copy full SHA for 60239d2
.gitignore
@@ -1,2 +1,2 @@
1
target
2
-Cargo.lock
+**/Cargo.lock
CHANGELOG.md
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
+# Cargo Workspaces
9
+
10
+* [#1011] Add a Cargo.lock to the root workspace to support reproducible binary crate builds such as `defmt-print`. Resolves [#1000]
11
12
+# Packages
13
We have several packages which live in this repository. Changes are tracked separately.
14
15
* [defmt](#defmt)
0 commit comments