Update package version to 0.114.1

This commit is contained in:
2026-07-16 21:57:58 +03:00
parent 2307bfc4b1
commit a8906b7650
5 changed files with 34 additions and 16 deletions
+5 -1
View File
@@ -6,8 +6,12 @@
# This function is used for putting downloaded files to the correct location or applying patches
prepare() {
cd "$BPM_SOURCE"
# https://github.com/nushell/nushell/issues/18578
cargo update -v --precise 1.5.3 ethnum
# Fetch cargo dependencies
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
cargo fetch --locked --target host-tuple
}
# The build function is executed in the source directory