Skip to content

Commit 2fc1e03

Browse files
committed
Bump for Beta 20 RC10
* Fixes an issue with upgrading where routers would not actually install packages * Fixes an issue with debt serialization where debts would not load * Updates Rust dependencies
1 parent 49e0fb1 commit 2fc1e03

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

althea/althea-exit/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
include $(TOPDIR)/rules.mk
1010

1111
PKG_NAME:=althea-exit
12-
PKG_VERSION:=0.20.9
12+
PKG_VERSION:=0.20.10
1313
PKG_RELEASE:=0
1414

1515
PKG_SOURCE_PROTO:=git
1616
PKG_SOURCE_URL:=https://github.com/althea-net/althea_rs/
17-
PKG_SOURCE_VERSION:=9f94b080c070b67e848d101fc6e5da5b17ced0de
17+
PKG_SOURCE_VERSION:=c93c7b6bd3e973fb2ad1ed674f95c665689a1df4
1818
PKG_LICENSE:=Apache-2.0
1919

2020
include $(INCLUDE_DIR)/package.mk

althea/althea-rust-binaries/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
include $(TOPDIR)/rules.mk
1010

1111
PKG_NAME:=althea-rust-binaries
12-
PKG_VERSION:=0.20.9
12+
PKG_VERSION:=0.20.10
1313
PKG_RELEASE:=0
1414

1515
PKG_SOURCE_PROTO:=git
1616
PKG_SOURCE_URL:=https://github.com/althea-net/althea_rs
17-
PKG_SOURCE_VERSION:=9f94b080c070b67e848d101fc6e5da5b17ced0de
17+
PKG_SOURCE_VERSION:=c93c7b6bd3e973fb2ad1ed674f95c665689a1df4
1818
PKG_LICENSE:=Apache-2.0
1919

2020
include $(INCLUDE_DIR)/package.mk

0 commit comments

Comments
 (0)