Skip to content

Commit 60239d2

Browse files
Merge pull request #1011 from AstroForge-Incorporated/feature/add-workspace-cargo-lock-for-bins
Resolves Missing Cargo.lock #1000
2 parents 79b777f + b24c730 commit 60239d2

File tree

3 files changed

+1866
-1
lines changed

3 files changed

+1866
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
target
2-
Cargo.lock
2+
**/Cargo.lock

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

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
813
We have several packages which live in this repository. Changes are tracked separately.
914

1015
* [defmt](#defmt)

0 commit comments

Comments
 (0)