Skip to content
This repository was archived by the owner on Dec 18, 2022. It is now read-only.

Commit 4a76c17

Browse files
Use the git repo to allow for multiple versions
1 parent 8adf6cf commit 4a76c17

File tree

2 files changed

+28
-5
lines changed

2 files changed

+28
-5
lines changed

Cargo.lock

Lines changed: 24 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ edition = "2021"
55
description = "Update a Libium 1.5 config to a Libium 1.6 config"
66

77
[dependencies]
8+
# 1.6.0
9+
libium_new = { package = "libium", git = "https://github.com/theRookieCoder/libium", rev = "8db7deed050540a276f800b92baa885c44e63ce8" }
10+
# 1.5.1
11+
libium_old = { package = "libium", git = "https://github.com/theRookieCoder/libium", rev = "2c9f8f7fd7844138319482156bfe2a2cf4f9d699" }
812
tokio = { version = "1", default-features = false, features = ["rt-multi-thread", "macros"] }
9-
libium_new = { package = "libium", version = "1.6" }
10-
libium_old = { package = "libium", version = "1.5" }
1113
serde_json = "1"

0 commit comments

Comments
 (0)