Skip to content

Commit

Permalink
small ajustement (#83)
Browse files Browse the repository at this point in the history
* update to dotnet8

* add recommendations

* update deps

* Update Cargo.toml

* better config management

* Delete manifest.xml
  • Loading branch information
wiiznokes authored Mar 1, 2024
1 parent ae74b24 commit 93bb7e1
Show file tree
Hide file tree
Showing 10 changed files with 156 additions and 164 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ rustc-ice*
.vscode/*
!.vscode/launch.json
!.vscode/settings.json
!.vscode/extensions.json

# CSharp
bin/
Expand Down
8 changes: 8 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"recommendations": [
"rust-lang.rust-analyzer",
"vadimcn.vscode-lldb",
"tamasfe.even-better-toml",
"serayuzgur.crates"
]
}
2 changes: 1 addition & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cargo run --release # or just deb for building a deb package

### Windows

1. install [dotnet 7](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
1. install [dotnet 7](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
2. run these commands
```shell
just lhm
Expand Down
Loading

0 comments on commit 93bb7e1

Please sign in to comment.