Skip to content

Commit

Permalink
bump 1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich committed May 2, 2024
1 parent 2db8612 commit a8da4f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description = "namespaces aliases for command lines & basic scripting language"
homepage = "https://github.com/nbittich/adana"
repository = "https://github.com/nbittich/adana"
readme = "README.md"
rust-version = "1.77"
rust-version = "1.78"
edition = "2021"
license = "MIT"
exclude = ["vscode/", "dist/", ".vscode", ".history", ".git", ".github"]
Expand Down
3 changes: 0 additions & 3 deletions adana-db/src/database.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,6 @@ mod test {

use crate::{Config, Db, DbOp, Op};

#[derive(Serialize, Debug, PartialEq)]
struct MyString(String);

#[test]
fn test_file_db_lock() {
let _ = File::create("/tmp/adana.db"); // reset the file
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.77"
channel = "1.78"

0 comments on commit a8da4f9

Please sign in to comment.