Skip to content

Commit

Permalink
Версия 0.1.3:
Browse files Browse the repository at this point in the history
1) в метаинформацию crate-а добавлена категория библиотеки;
2) обновлена версия используемой библиотеки quick-xml;
3) добавлено тестирование в travis на beta-версии rust;
  • Loading branch information
antage committed Mar 21, 2017
1 parent acabdd9 commit 2a81ab5
Show file tree
Hide file tree
Showing 5 changed files with 130 additions and 112 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
Expand Down
16 changes: 10 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,22 @@ documentation = "https://antage.github.io/opencorpora/opencorpora/index.html"
readme = "README.md"
license = "MIT"
keywords = ["opencorpora", "dictionary", "russian"]
version = "0.1.2"
categories = ["parser-implementations"]
version = "0.1.3"
authors = ["Anton Ageev <[email protected]>"]
exclude = ["dict/*"]
exclude = ["target", "dict/*", "Makefile"]
include = ["**/*.rs", "Cargo.toml", "LICENSE"]

[badges]
travis-ci = { repository = "https://github.com/antage/opencorpora" }

[dependencies]
quick-xml = "^0.1"
quick-error = "^1.0"
quick-xml = "^0.6.2"
quick-error = "^1.1.0"

[dev-dependencies]
hyper = "^0.8"
bzip2 = "^0.3"
hyper = "^0.10.5"
bzip2 = "^0.3.1"

[profile.test]
opt-level = 3
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MIT License
Copyright (c) 2016 Anton Ageev
Copyright (c) 2016-2017 Anton Ageev

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
Loading

0 comments on commit 2a81ab5

Please sign in to comment.