Update package version to 0.114.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user