From 34888827f8a06de835cbe5833a06914f28cce514 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 20 Apr 2021 17:07:11 +0100 Subject: Switch to Warp + SQLx, use async, switch to Rust stable (#36) * Switch to warp + sql, use async and stable rust * Update CI to use stable --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 9d5452cb..fe776d6e 100644 --- a/config.toml +++ b/config.toml @@ -29,7 +29,7 @@ # sync_address = "https://api.atuin.sh" # This section configures the sync server, if you decide to host your own -[remote] +[server] ## host to bind, can also be passed via CLI args # host = "127.0.0.1" -- cgit v1.3.1