diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4ac118f..de93aaf 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -19,7 +19,7 @@ jobs: matrix: version: - '1.9' - - 'nightly' + - '1.10' os: - ubuntu-latest arch: diff --git a/Project.toml b/Project.toml index 3917727..d5abce6 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ WGPUNative = "c14bfd16-04f9-4c2f-a915-b355584b5509" [compat] CEnum = "^0.5" Reexport = "^1.2" -WGPUNative = "0.1.3" +WGPUNative = "0.1.4" julia = "^1.9.0" [extras]