Skip to content

Commit

Permalink
fix sophia version
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Nov 20, 2023
1 parent 1225994 commit d623ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Expand Up @@ -21,7 +21,7 @@ all-features = true
base64 = "0.21"
rsa = { version = "0.9", default-features = false, features = ["pem", "sha2"] }
openssl-probe = "0.1"
sophia = { git = "https://github.com/pchampin/sophia_rs.git", rev = "ec13628", features = ["jsonld"] }
sophia = { version = "0.8.0-alpha.3", git = "https://github.com/pchampin/sophia_rs.git", rev = "ec13628", features = ["jsonld"] }
# sophia = { version = "0.8.0-alpha.2", features = ["jsonld", "xml"] }
regex = "1.10"
reqwest = { version = "0.11", features = ["blocking", "rustls-tls"], default-features = false }
Expand Down

0 comments on commit d623ec7

Please sign in to comment.