Skip to content

Commit

Permalink
Use thanix_client v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteOtter committed Sep 5, 2024
1 parent 74cc0b5 commit bae50c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ toml = "0.7.6"
# This may not work in your environment. You can get your schema by visiting
# https://your.netbox-instance.com/api/schema.
# The yaml file will be downloaded and you can generate your client by using https://github.com/The-Nazara-Project/Thanix.
# thanix_client = "1.1.0"
thanix_client = "1.2.0"
# Uncomment this line if you are using a custom thanix client implementation.
# Change the path to be relative to this Cargo.toml file.
# The package parameter is the name of your client package. This is needed if you assigned a custom name upon creation.
thanix_client = { package = "thanix_client", path = "/home/christopher/Codebase/nazara-project/Thanix/output/" }
# thanix_client = { package = "thanix_client", path = "/path/to/your/crate" }

[dev-dependencies]
mockall = "0.11.4"

0 comments on commit bae50c4

Please sign in to comment.