mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2025-12-12 15:49:18 -08:00
CD: use rustup stable
This commit is contained in:
2
.github/workflows/npm-publish.yml
vendored
2
.github/workflows/npm-publish.yml
vendored
@@ -24,8 +24,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||||
source "$HOME/.cargo/env"
|
source "$HOME/.cargo/env"
|
||||||
rustup default nightly
|
|
||||||
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
|
|
||||||
- name: "Install wasm-pack"
|
- name: "Install wasm-pack"
|
||||||
run: |
|
run: |
|
||||||
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -y
|
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -y
|
||||||
|
|||||||
@@ -8,8 +8,8 @@
|
|||||||
"dateModified": "2023-01-31",
|
"dateModified": "2023-01-31",
|
||||||
"issueTracker": "https://github.com/cds-astro/aladin-lite/issues",
|
"issueTracker": "https://github.com/cds-astro/aladin-lite/issues",
|
||||||
"name": "Aladin Lite",
|
"name": "Aladin Lite",
|
||||||
"version": "3.5.1-beta",
|
"version": "3.6.0-beta",
|
||||||
"softwareVersion": "3.5.1-beta",
|
"softwareVersion": "3.6.0-beta",
|
||||||
"description": "An astronomical HiPS visualizer in the browser.",
|
"description": "An astronomical HiPS visualizer in the browser.",
|
||||||
"identifier": "10.5281/zenodo.7638833",
|
"identifier": "10.5281/zenodo.7638833",
|
||||||
"applicationCategory": "Astronomy, Visualization",
|
"applicationCategory": "Astronomy, Visualization",
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ name = "aladin-lite"
|
|||||||
description = "Aladin Lite v3 introduces a new graphical engine written in Rust with the use of WebGL"
|
description = "Aladin Lite v3 introduces a new graphical engine written in Rust with the use of WebGL"
|
||||||
license = "BSD-3-Clause"
|
license = "BSD-3-Clause"
|
||||||
repository = "https://github.com/cds-astro/aladin-lite"
|
repository = "https://github.com/cds-astro/aladin-lite"
|
||||||
version = "3.5.1-beta"
|
version = "3.6.0-beta"
|
||||||
authors = [ "baumannmatthieu0@gmail.com", "matthieu.baumann@astro.unistra.fr",]
|
authors = [ "baumannmatthieu0@gmail.com", "matthieu.baumann@astro.unistra.fr",]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
@@ -80,7 +80,7 @@ features = [ "jpeg", "png",]
|
|||||||
debug = true
|
debug = true
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
opt-level = 'z'
|
opt-level = "z"
|
||||||
debug = false
|
debug = false
|
||||||
debug-assertions = false
|
debug-assertions = false
|
||||||
overflow-checks = false
|
overflow-checks = false
|
||||||
|
|||||||
Reference in New Issue
Block a user