Skip to content

Commit

Permalink
Merge pull request #147 from ircam-ismm/chore/update-deps
Browse files Browse the repository at this point in the history
Chore - update dependencies
  • Loading branch information
b-ma authored Jan 11, 2025
2 parents 318abf4 + 0a75123 commit d6e42cb
Show file tree
Hide file tree
Showing 11 changed files with 204 additions and 205 deletions.
3 changes: 0 additions & 3 deletions .eslintrc

This file was deleted.

3 changes: 2 additions & 1 deletion .scripts/retrieve-artifacts.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ console.log(`> clean development workspace`);
// --------------------------------------------------------------
deleteDevArtifacts();


const workflowName = 'matrix-build';
// --------------------------------------------------------------
console.log('');
console.log(`> get ${workflowName} workflow id`);
Expand All @@ -21,7 +23,6 @@ const owner = process.env.REPO_OWNER;
const repo = process.env.REPO_NAME;
const ghToken = process.env.GITHUB_TOKEN;

const workflowName = 'matrix-build';
const numArtifacts = 7; // 2 Mac, 2 windows, 3 linux
// need a key for downloading job artifacts
const octokit = new Octokit({ auth: ghToken });
Expand Down
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ version = "1.0.0-beta.0"
crate-type = ["cdylib"]

[dependencies]
crossbeam-channel = "0.5.12"
crossbeam-channel = "0.5"
napi = { version="2.16", features=["napi9", "tokio_rt"] }
napi-derive = { version="2.16" }
thread-priority = "1.1.0"
web-audio-api = "=1.1"
thread-priority = "1.2"
web-audio-api = "1.1"
# web-audio-api = { path = "../web-audio-api-rs" }

[target.'cfg(all(any(windows, unix), target_arch = "x86_64", not(target_env = "musl")))'.dependencies]
mimalloc = {version = "0.1"}
mimalloc = { version = "0.1" }

[build-dependencies]
napi-build = "1"
napi-build = "2.1"

[profile.dev]
opt-level = 3
Expand Down
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default } from '@ircam/eslint-config';
Loading

0 comments on commit d6e42cb

Please sign in to comment.