diff --git a/bash-5.1/Cargo.toml b/bash-5.1/Cargo.toml index 6e02f0acf5c454e5a1d90427c12f050cc4c8b5b2..0bb665eba25c14eba2317342294ea79e95a9fdb7 100644 --- a/bash-5.1/Cargo.toml +++ b/bash-5.1/Cargo.toml @@ -8,11 +8,11 @@ crate-type = ["cdylib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [workspace] -members = ["builtins_rust/read", "builtins/command1", "builtins/command2", "builtins_rust/common"] +members = ["builtins_rust/read", "builtins/command1", "builtins/command2", "builtins_rust/history"] [dependencies] libc = "0.2" command1 = {path = "./builtins/command1"} command2 = {path = "./builtins/command2"} read = {path = "./builtins_rust/read"} -common = {path = "./builtins_rust/common"} +history = {path = "./builtins_rust/history"} diff --git a/record.txt b/record.txt index fa7b73ecb9546e4c025ff5689a82fb2642490c0a..730862bbf9efc50de4253dd06191de85eb0e613a 100644 --- a/record.txt +++ b/record.txt @@ -13,3 +13,4 @@ 12 13 14 +15