From bfbf8bc8f6d52640a3fced786b64ee54856eb079 Mon Sep 17 00:00:00 2001 From: Jeffrey Varner <96922336+Paliquant@users.noreply.github.com> Date: Tue, 27 Dec 2022 13:14:39 -0500 Subject: [PATCH] Change to TOML change to TOML --- .vscode/settings.json | 2 +- Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9f5c718..c952723 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "julia.environmentPath": "/Users/jeffreyvarner/Desktop/pooksoft_work/PooksoftTextMagicAPI.jl" + "julia.environmentPath": "/Users/jeffreyvarner/Desktop/julia_work/PooksoftTextMagicAPI.jl" } \ No newline at end of file diff --git a/Project.toml b/Project.toml index c558131..cf978e4 100644 --- a/Project.toml +++ b/Project.toml @@ -21,4 +21,4 @@ DataFrames = "^0.22.2" Documenter = "^0.26.1" HTTP = "^0.9.1" JSON = "^0.21.1" -TOML = "^1.0.1" \ No newline at end of file +TOML = "^1.0" \ No newline at end of file