Skip to content

Commit 4167d6b

Browse files
committed
Bump for Beta 21 RC16
* Fix: Don't clobber user set price and metric when setting babel settings * Fix: Don't allow impossible babel settings * Fix: Prevent tunnel cleanup race condition on startup
1 parent 515107c commit 4167d6b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

althea/althea-rust-binaries/Makefile

Lines changed: 3 additions & 3 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.21.15
13-
PKG_RELEASE:=0
12+
PKG_VERSION:=0.21.16
13+
PKG_RELEASE:=2
1414

1515
PKG_SOURCE_PROTO:=git
1616
PKG_SOURCE_URL:=https://github.com/althea-net/althea_rs
17-
PKG_SOURCE_VERSION:=1bd7f87e99f2da85a257945a13c1a7591ad8ff74
17+
PKG_SOURCE_VERSION:=3335b52f39e6257cdb06351ec5b3005c35d004be
1818
PKG_LICENSE:=Apache-2.0
1919

2020
include $(INCLUDE_DIR)/package.mk

0 commit comments

Comments
 (0)