Skip to content

Commit

Permalink
proper setup tl-scheme version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitrii Korchagin authored and Rexagon committed Jan 13, 2025
1 parent ab0a75a commit 234d7bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sha2 = { version = "0.10", optional = true }
smallvec = { version = "1.7", features = ["union", "const_generics"] }
thiserror = "1.0.64"

tl-proto-proc = { version = "=0.4.7", path = "proc", optional = true }
tl-proto-proc = { version = "=0.4.8", path = "proc", optional = true }

[features]
default = ["derive", "bytes", "hash"]
Expand Down
4 changes: 2 additions & 2 deletions proc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "tl-proto-proc"
description = "A collection of traits for working with TL serialization/deserialization"
authors = ["Ivan Kalinin <[email protected]>"]
repository = "https://github.com/broxus/tl-proto"
version = "0.4.7"
version = "0.4.8"
edition = "2021"
include = ["src/**/*.rs", "../README.md"]
license = "MIT"
Expand All @@ -16,4 +16,4 @@ proc-macro2 = "1.0.87"
quote = "1.0"
rustc-hash = "1.1.0"
syn = { version = "2.0", features = ["visit"] }
tl-scheme = { version = "0.2.0", path = "../scheme" }
tl-scheme = { version = "=0.2.0", path = "../scheme" }

0 comments on commit 234d7bc

Please sign in to comment.