nu@0.95.0: Fix removed dataframe feature (#5967)

This commit is contained in:
de-odex 2024-07-23 18:30:18 +09:00 committed by GitHub
parent ccad9baed4
commit 6a7e4759db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,16 +1,16 @@
{ {
"version": "0.93.0", "version": "0.95.0",
"description": "A modern shell written in Rust", "description": "A modern shell written in Rust",
"homepage": "https://www.nushell.sh", "homepage": "https://www.nushell.sh",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/nushell/nushell/releases/download/0.93.0/nu-0.93.0-x86_64-windows-msvc-full.zip", "url": "https://github.com/nushell/nushell/releases/download/0.95.0/nu-0.95.0-x86_64-pc-windows-msvc.zip",
"hash": "af75eff52af33ddfef77a5ec942216e3faafde111aaad4ccee36718765eb8953" "hash": "85c66c340e4b0d7239f346887513555c56c4c332c7d03a2d445283f330e38f28"
}, },
"arm64": { "arm64": {
"url": "https://github.com/nushell/nushell/releases/download/0.93.0/nu-0.93.0-aarch64-windows-msvc-full.zip", "url": "https://github.com/nushell/nushell/releases/download/0.95.0/nu-0.95.0-aarch64-pc-windows-msvc.zip",
"hash": "68735be2d35da8a50d6a703c0cda5108c29e69a95b576c0e62b8bb557e697aa4" "hash": "1b4f752f5df874f4bbc794d77a22170e4c98141201c61489edbba0edb084fb81"
} }
}, },
"bin": "nu.exe", "bin": "nu.exe",
@ -20,10 +20,10 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/nushell/nushell/releases/download/$version/nu-$version-x86_64-windows-msvc-full.zip" "url": "https://github.com/nushell/nushell/releases/download/$version/nu-$version-x86_64-pc-windows-msvc.zip"
}, },
"arm64": { "arm64": {
"url": "https://github.com/nushell/nushell/releases/download/$version/nu-$version-aarch64-windows-msvc-full.zip" "url": "https://github.com/nushell/nushell/releases/download/$version/nu-$version-aarch64-pc-windows-msvc.zip"
} }
} }
} }