From 1fd8b9c8ee9e1361bbc267b166eeee11f9a1d22c Mon Sep 17 00:00:00 2001 From: Jasper den Hertog Date: Fri, 8 Dec 2023 14:31:01 +0100 Subject: [PATCH] update Cargo.tom + .gitignore --- .gitignore | 1 - Cargo.toml | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 891f2e24..4d5f2630 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ .DS_Store .vscode /target -/doc/manual/build .devcontainer/ diff --git a/Cargo.toml b/Cargo.toml index 669e4316..3d8aad8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "rotonda" version = "0.0.1-dev" -rust-version = "1.65" -authors = ["NLnet Labs "] edition = "2021" +rust-version = "1.71" +authors = ["NLnet Labs "] description = "A modular analytical BGP Engine" repository = "https://github.com/NLnetLabs/rotonda/" keywords = ["routing", "bgp"] @@ -140,4 +140,4 @@ assets = [ # ensure that the useradd tools are present by installing their respective packages [package.metadata.generate-rpm.requires] -shadow-utils = "*" +shadow-utils = "*" \ No newline at end of file