This is an automated email from the ASF dual-hosted git repository.
janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-blinky.git
The following commit(s) were added to refs/heads/master by this push:
new 076d1a4 Use master branch for core repository
076d1a4 is described below
commit 076d1a4f5be542267c7c551423a12543d46bc975
Author: Szymon Janc <[email protected]>
AuthorDate: Thu Apr 4 13:51:50 2024 +0200
Use master branch for core repository
This will be changed upon release, but newt from master downloads
blinky master and thus all project should be from master branches
---
project.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project.yml b/project.yml
index 9d486f0..2de4bce 100644
--- a/project.yml
+++ b/project.yml
@@ -27,6 +27,6 @@ project.repositories:
#
repository.apache-mynewt-core:
type: github
- vers: 1.12.0
+ vers: 0.0.0
user: apache
repo: mynewt-core