fix: workspace and ci

This commit is contained in:
əlemi 2023-08-16 23:41:57 +02:00
parent b415ba76e6
commit e46f62058b
2 changed files with 3 additions and 5 deletions

View file

@ -17,8 +17,9 @@ jobs:
matrix:
toolchain:
- stable
- beta
- nightly
# - beta
# - nightly
# disable other toolchains to save on github runners
steps:
- uses: actions/checkout@v3
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}

View file

@ -1,6 +1,3 @@
[workspace]
members = ["client/nvim", "client/vscode", "server"]
[package]
name = "codemp"
version = "0.3.1"